We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2429bb8 commit 74e1e55Copy full SHA for 74e1e55
1 file changed
.github/workflows/binaries.yml
@@ -171,6 +171,7 @@ jobs:
171
install: gcc make curl zip
172
173
- name: Set version suffix
174
+ shell: bash
175
run: |
176
if [[ "${{ github.ref_type }}" == "tag" ]]; then
177
echo "VERSION_SUFFIX=${{ github.ref_name }}" >> $GITHUB_ENV
0 commit comments