Skip to content

Commit f276227

Browse files
committed
fix goreleaser config
1 parent 91b7c62 commit f276227

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
env:
2121
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
2222
- uses: goreleaser/[email protected]
23+
with:
24+
args: release
2325
env:
2426
GITHUB_TOKEN: ${{ github.token }}
2527
GPG_FINGERPRINT: ${{ steps.gpg.outputs.fingerprint }}

0 commit comments

Comments
 (0)