Skip to content

Commit

Permalink
chore: fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
vesameskanen committed Aug 15, 2023
1 parent 133dbdd commit 39a980f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dev-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit 39a980f

Please sign in to comment.