Skip to content

Commit 9168b8f

Browse files
negation on tag check.
1 parent 5835211 commit 9168b8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
with:
121121
node-version: ${{ env.node_version }}
122122

123-
- if: ! startsWith(github.ref, 'refs/tags/v')
123+
- if: (!startsWith(github.ref, 'refs/tags/v'))
124124
name: Build default
125125
working-directory: ${{env.base_dir}}/${{ matrix.container_name }}
126126
run: |

0 commit comments

Comments
 (0)