Skip to content

Commit a315d2a

Browse files
committed
Remove unused action
1 parent 3aabfd5 commit a315d2a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,9 @@ jobs:
4141
username: '_json_key'
4242
password: '${{ secrets.GOOGLE_CREDENTIALS }}'
4343

44-
- id: 'import_gpg'
45-
uses: 'crazy-max/ghaction-import-gpg@v6'
46-
with:
47-
gpg_private_key: '${{ secrets.GPG_PRIVATE_KEY }}'
48-
passphrase: '${{ secrets.GPG_PASSPHRASE }}'
49-
5044
- uses: 'goreleaser/goreleaser-action@v6'
5145
with:
5246
version: 'latest'
5347
args: 'release --clean'
5448
env:
55-
GPG_FINGERPRINT: '${{ steps.import_gpg.outputs.fingerprint }}'
5649
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'

0 commit comments

Comments
 (0)