Skip to content

Commit

Permalink
fix: GPG variables
Browse files Browse the repository at this point in the history
  • Loading branch information
kvendingoldo committed Jun 5, 2024
1 parent 2151df0 commit b90b80d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ jobs:
mkdir -p "$HOME/.cache/snapcraft/stage-packages"
env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_STORE_TOKEN }}
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
GPG_FINGERPRINT: ${{ steps.gpg.outputs.GPG_FINGERPRINT }}

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
Expand All @@ -63,6 +61,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.TENV_GITHUB_TOKEN }}
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_STORE_TOKEN }}
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
GPG_FINGERPRINT: ${{ steps.gpg.outputs.GPG_FINGERPRINT }}

docker-ghcr:
name: 'Build and release docker image to github container registry'
Expand Down

0 comments on commit b90b80d

Please sign in to comment.