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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user