We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bc1a59 commit 1b0f154Copy full SHA for 1b0f154
1 file changed
.github/workflows/release.yml
@@ -55,6 +55,7 @@ jobs:
55
GOOS: ${{ matrix.goos }}
56
GOARCH: ${{ matrix.goarch }}
57
CGO_ENABLED: 1
58
+ shell: bash
59
run: |
60
VERSION=${GITHUB_REF#refs/tags/}
61
COMMIT=${GITHUB_SHA::7}
0 commit comments