Skip to content

Commit 89a478c

Browse files
authored
specify shell (#2033)
1 parent 4a9a06a commit 89a478c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
passphrase: ${{ secrets.PASSPHRASE }}
5757
- name: Set the user terminal
5858
run: GPG_TTY=$(tty) && export GPG_TTY
59+
shell: /usr/bin/bash -e {0}
5960
- name: Run GoReleaser
6061
uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8
6162
with:

0 commit comments

Comments
 (0)