diff --git a/.github/workflows/cd_pipeline.yaml b/.github/workflows/cd_pipeline.yaml index 3c53884..294755a 100644 --- a/.github/workflows/cd_pipeline.yaml +++ b/.github/workflows/cd_pipeline.yaml @@ -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