Skip to content

Commit 6fc38c2

Browse files
author
David Grieser
committed
Add goreleaser debug flag.
1 parent 318afee commit 6fc38c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
uses: goreleaser/goreleaser-action@v5
2222
with:
2323
version: v1.26.2
24-
args: release --clean --snapshot --skip=publish
24+
args: release --clean --snapshot --skip=publish --debug

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
uses: goreleaser/goreleaser-action@v5
2323
with:
2424
version: v1.26.2
25-
args: release --clean
25+
args: release --clean --debug
2626
env:
2727
GITHUB_TOKEN: ${{ secrets.RELEASE_USER_TOKEN }}

0 commit comments

Comments
 (0)