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 a4e6ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
-
name: Cancelling
if: ${{ steps.check.outputs.VERSION_CHANGED == 'false' }}
uses: andymckay/cancel-action@0.4
uses: andymckay/cancel-action@0.5
-
name: Install dependencies
run: npm ci
Expand Down

0 comments on commit a4e6ce1

Please sign in to comment.