We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1483192 commit b2d6f1bCopy full SHA for b2d6f1b
.github/workflows/build-linux.yml
@@ -25,8 +25,8 @@ jobs:
25
steps:
26
- name: set version by tag name (as alternative to above)
27
run: |
28
- echo 'VERSION=' ${{ ( ( startsWith(github.ref, 'refs/tags') && github.ref_name ) || \
29
- ( startsWith(github.ref_name, 'v1.3.0') && github.ref_name ) || \
+ echo 'VERSION=' ${{ ( ( startsWith(github.ref, 'refs/tags') && github.ref_name ) ||
+ ( startsWith(github.ref_name, 'v1.3.0') && github.ref_name ) ||
30
( }} 'v1.3.0-' $COMMIT_SHA8 ${{ ) ) }} >> $GITHUB_ENV
31
# if: ${{ ... }}
32
- name: dependencies
0 commit comments