Skip to content

Commit c0cab1c

Browse files
authored
Fixed cd_pipeline.yaml syntax
1 parent acac03f commit c0cab1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd_pipeline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
self-hosted: false
6666

6767
- run: npm audit
68-
if: ${{ github.event_name == "release" || github.event.inputs.bypass_audit == 'false' }}
68+
if: ${{ github.event_name == 'release' || github.event.inputs.bypass_audit == 'false' }}
6969

7070
publish-github:
7171
needs: build

0 commit comments

Comments
 (0)