Env var template in signing configuration does not seems to work

This commit is contained in:
CrazyMax
2020-05-10 16:12:19 +02:00
parent c2638bf40c
commit 145323343f
3 changed files with 3 additions and 10 deletions
-5
View File
@@ -73,7 +73,6 @@ jobs:
go-version: 1.13
-
name: Import GPG key
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v1
env:
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY_TEST }}
@@ -84,13 +83,9 @@ jobs:
with:
version: latest
args: -f .goreleaser-signing.yml check --debug
env:
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
-
name: GoReleaser
uses: ./
with:
version: latest
args: -f .goreleaser-signing.yml release --skip-publish --rm-dist
env:
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}