Skip to content

Commit

Permalink
Removed GPG key signing (temporarily)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbristowe committed Nov 22, 2020
1 parent e2c94fb commit 3c33c6a
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/.release.yml
Expand Up @@ -21,20 +21,11 @@ jobs:
with:
go-version: 1.15

-
name: Import GPG key
id: import_gpg
uses: paultyng/ghaction-import-gpg@v2.1.0
with:
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}

-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3c33c6a

Please sign in to comment.