From c0cab1c0d1f7f3a75778288d58ed10a1f16697f6 Mon Sep 17 00:00:00 2001 From: Eugene Fox Date: Tue, 3 Dec 2024 10:06:27 +0300 Subject: [PATCH] Fixed cd_pipeline.yaml syntax --- .github/workflows/cd_pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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