We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85e3f38 commit 3070b8cCopy full SHA for 3070b8c
.github/workflows/build-linux.yml
@@ -20,7 +20,7 @@ jobs:
20
VERSION: >-
21
${{ ( ( startsWith(github.ref, 'refs/tags') && github.ref_name ) ||
22
( startsWith(github.ref_name, 'v1.3.0') && github.ref_name ) ||
23
- ( 'v1.3.0-' env.COMMIT_SHA8 ) ) }}
+ ( join('v1.3.0-', env.COMMIT_SHA8) ) ) }}
24
25
steps:
26
#- name: set version by tag name (as alternative to above)
0 commit comments