Skip to content

Commit b2d6f1b

Browse files
committed
syntax remove line joins
1 parent 1483192 commit b2d6f1b

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
@@ -25,8 +25,8 @@ jobs:
2525
steps:
2626
- name: set version by tag name (as alternative to above)
2727
run: |
28-
echo 'VERSION=' ${{ ( ( startsWith(github.ref, 'refs/tags') && github.ref_name ) || \
29-
( startsWith(github.ref_name, 'v1.3.0') && github.ref_name ) || \
28+
echo 'VERSION=' ${{ ( ( startsWith(github.ref, 'refs/tags') && github.ref_name ) ||
29+
( startsWith(github.ref_name, 'v1.3.0') && github.ref_name ) ||
3030
( }} 'v1.3.0-' $COMMIT_SHA8 ${{ ) ) }} >> $GITHUB_ENV
3131
# if: ${{ ... }}
3232
- name: dependencies

0 commit comments

Comments
 (0)