Skip to content

Commit be13cf7

Browse files
committed
v0.1.3
1 parent 17c035c commit be13cf7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,18 @@ jobs:
3030
with:
3131
go-version: 1.14
3232

33-
# - name: Import GPG key
34-
# id: import_gpg
35-
# uses: paultyng/ghaction-import-gpg@v2.1.0
36-
# env:
37-
# GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
38-
# PASSPHRASE: ${{ secrets.PASSPHRASE }}
33+
- name: Import GPG key
34+
id: import_gpg
35+
uses: paultyng/ghaction-import-gpg@v2.1.0
36+
env:
37+
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
38+
PASSPHRASE: ${{ secrets.PASSPHRASE }}
3939

4040
- name: Run GoReleaser
4141
uses: goreleaser/goreleaser-action@v2
4242
with:
4343
version: latest
4444
args: release --rm-dist
4545
env:
46-
# GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
46+
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
4747
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)