Skip to content

Commit fff5d7b

Browse files
committed
Fix publishing from GH Action
1 parent cb7f5c3 commit fff5d7b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ jobs:
3535
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
3636

3737
- name: Run GoReleaser
38-
run: make release
38+
uses: yannh/[email protected]
39+
with:
40+
version: latest
41+
args: release --rm-dist
3942
env:
40-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43+
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
44+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)