We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f8fa2b commit 71e5786Copy full SHA for 71e5786
.github/workflows/build-linux.yml
@@ -19,6 +19,7 @@ jobs:
19
20
steps:
21
- name: set version by tag name (as alternative to above)
22
+ shell: bash
23
run: |
24
echo -n 'VERSION=' >> $GITHUB_ENV
25
( ( ${{ startsWith(github.ref, 'refs/tags') }} && echo $GITHUB_REF_NAME ) || \
0 commit comments