Skip to content

Commit aa3921c

Browse files
committed
chore(ci): remove import gpg action in goreleaser
1 parent f435a11 commit aa3921c

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/goreleaser.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,6 @@ jobs:
2626
with:
2727
go-version: 1.18
2828

29-
- name: Import GPG key
30-
id: import_gpg
31-
uses: crazy-max/ghaction-import-gpg@v5.1.0
32-
with:
33-
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
34-
passphrase: ${{ secrets.PASSPHRASE }}
35-
3629
- name: Run goreleaser
3730
uses: goreleaser/goreleaser-action@v2
3831
with:
@@ -41,8 +34,6 @@ jobs:
4134
args: release --rm-dist
4235
env:
4336
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
44-
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
45-
4637

4738
- name: Upload assets
4839
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)