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