We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 318afee commit 6fc38c2Copy full SHA for 6fc38c2
.github/workflows/build.yaml
@@ -21,4 +21,4 @@ jobs:
21
uses: goreleaser/goreleaser-action@v5
22
with:
23
version: v1.26.2
24
- args: release --clean --snapshot --skip=publish
+ args: release --clean --snapshot --skip=publish --debug
.github/workflows/release.yaml
@@ -22,6 +22,6 @@ jobs:
25
- args: release --clean
+ args: release --clean --debug
26
env:
27
GITHUB_TOKEN: ${{ secrets.RELEASE_USER_TOKEN }}
0 commit comments