We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3acda6 commit 77ffea0Copy full SHA for 77ffea0
.github/workflows/release.yml
@@ -26,6 +26,7 @@ jobs:
26
uses: getsentry/action-prepare-release@v1
27
env:
28
GITHUB_TOKEN: ${{ secrets.GH_RELEASE_PAT }}
29
+ CRAFT_LOG_LEVEL: trace
30
with:
31
version: ${{ github.event.inputs.version }}
32
force: ${{ github.event.inputs.force }}
0 commit comments