Skip to content

Commit 3070b8c

Browse files
committed
fixing workflow syntax
1 parent 85e3f38 commit 3070b8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
VERSION: >-
2121
${{ ( ( startsWith(github.ref, 'refs/tags') && github.ref_name ) ||
2222
( startsWith(github.ref_name, 'v1.3.0') && github.ref_name ) ||
23-
( 'v1.3.0-' env.COMMIT_SHA8 ) ) }}
23+
( join('v1.3.0-', env.COMMIT_SHA8) ) ) }}
2424
2525
steps:
2626
#- name: set version by tag name (as alternative to above)

0 commit comments

Comments
 (0)