Skip to content

Commit

Permalink
Fix publish-npm workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
343dev committed Oct 7, 2024
1 parent 2a1f3c1 commit c3e767e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
fi
-
name: Cancelling
if: ${{ steps.check.outputs.VERSION_CHANGED == 'false' }}
uses: andymckay/[email protected]
uses: andymckay/[email protected]
if: steps.check.outputs.VERSION_CHANGED == 'false'
-
name: Install dependencies
run: npm ci
Expand Down

0 comments on commit c3e767e

Please sign in to comment.