Skip to content

Commit

Permalink
Remove unused action
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo committed Sep 30, 2024
1 parent 3aabfd5 commit a315d2a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,9 @@ jobs:
username: '_json_key'
password: '${{ secrets.GOOGLE_CREDENTIALS }}'

- id: 'import_gpg'
uses: 'crazy-max/ghaction-import-gpg@v6'
with:
gpg_private_key: '${{ secrets.GPG_PRIVATE_KEY }}'
passphrase: '${{ secrets.GPG_PASSPHRASE }}'

- uses: 'goreleaser/goreleaser-action@v6'
with:
version: 'latest'
args: 'release --clean'
env:
GPG_FINGERPRINT: '${{ steps.import_gpg.outputs.fingerprint }}'
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'

0 comments on commit a315d2a

Please sign in to comment.