Skip to content

Commit f116597

Browse files
committed
user verbose instead of debug parameter
1 parent 0cb0939 commit f116597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: goreleaser/goreleaser-action@v6
2929
with:
3030
version: '~> v2'
31-
args: release --clean --debug
31+
args: release --clean --verbose
3232
env:
3333
# create personal access token: https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line
3434
GITHUB_TOKEN: ${{ secrets.GH_PAT }}

0 commit comments

Comments
 (0)