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 0cb0939 commit f116597Copy full SHA for f116597
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
uses: goreleaser/goreleaser-action@v6
29
with:
30
version: '~> v2'
31
- args: release --clean --debug
+ args: release --clean --verbose
32
env:
33
# create personal access token: https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line
34
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
0 commit comments