Skip to content

Commit a3178c0

Browse files
committed
fix(goreleaser): fix goreleaser again
1 parent ce6ab96 commit a3178c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
name: release
1313
on:
1414
push:
15-
tags: '*'
15+
tags:
16+
- '*'
1617
workflow_dispatch:
1718
jobs:
1819
goreleaser:
@@ -30,8 +31,7 @@ jobs:
3031
- name: Import GPG key
3132
id: import_gpg
3233
uses: crazy-max/ghaction-import-gpg@v6
33-
env:
34-
# These secrets will need to be configured for the repository:
34+
with:
3535
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
3636
passphrase: ${{ secrets.PASSPHRASE }}
3737
- name: Run GoReleaser

0 commit comments

Comments
 (0)