We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91b7c62 commit f276227Copy full SHA for f276227
.github/workflows/release.yml
@@ -20,6 +20,8 @@ jobs:
20
env:
21
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
22
- uses: goreleaser/[email protected]
23
+ with:
24
+ args: release
25
26
GITHUB_TOKEN: ${{ github.token }}
27
GPG_FINGERPRINT: ${{ steps.gpg.outputs.fingerprint }}
0 commit comments