From 39a980f0c78e029f35f8a42533c36943a77e8eef Mon Sep 17 00:00:00 2001 From: Vesa Meskanen Date: Tue, 15 Aug 2023 09:47:34 +0300 Subject: [PATCH] chore: fix indentation --- .github/workflows/dev-pipeline.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dev-pipeline.yml b/.github/workflows/dev-pipeline.yml index fcb6bd579e..43836e33e7 100644 --- a/.github/workflows/dev-pipeline.yml +++ b/.github/workflows/dev-pipeline.yml @@ -175,7 +175,7 @@ jobs: - name: Upload coverage to Codecov uses: codecov/codecov-action@v3 -publish-npm: + publish-npm: if: github.ref == 'node-migration' needs: - lint @@ -257,6 +257,7 @@ publish-npm: env: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} PUBLISHED_PACKAGES: ${{ steps.log-parse.outputs.published-packages }} + shell: bash docker-push: if: github.ref == 'node-migration'