Skip to content

Commit 878001a

Browse files
committed
align YAML syntax
1 parent 280ccfd commit 878001a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
COMMIT_SHA8: ${GITHUB_SHA:0:8}
2020
VERSION: >-
2121
${{ ( ( 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) ) ) }}
22+
( startsWith(github.ref_name, 'v1.3.0') && github.ref_name ) ||
23+
( format('v1.3.0-{0}', env.COMMIT_SHA8) ) ) }}
2424
2525
steps:
2626
#- name: set version by tag name (as alternative to above)

0 commit comments

Comments
 (0)