Skip to content

Commit cbd3246

Browse files
committed
Fix releaser action
1 parent b9ea1c4 commit cbd3246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: crazy-max/ghaction-import-gpg@v5
3636
with:
3737
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
38-
passphrase: ${{ secrets.GPG_PASSPHRASE }}
38+
passphrase: ${{ secrets.PASSPHRASE }}
3939
-
4040
name: Run GoReleaser
4141
uses: goreleaser/goreleaser-action@v4

0 commit comments

Comments
 (0)