1
0
mirror of https://github.com/XFox111/PasswordGeneratorExtension.git synced 2026-04-22 08:08:01 +03:00

Fixed cd_pipeline.yaml syntax

This commit is contained in:
Eugene Fox
2024-12-03 10:06:27 +03:00
committed by GitHub
parent acac03feab
commit c0cab1c0d1
+1 -1
View File
@@ -65,7 +65,7 @@ jobs:
self-hosted: false
- run: npm audit
if: ${{ github.event_name == "release" || github.event.inputs.bypass_audit == 'false' }}
if: ${{ github.event_name == 'release' || github.event.inputs.bypass_audit == 'false' }}
publish-github:
needs: build