Skip to content

Commit

Permalink
Merge pull request #564 from destinygg/fix/workflow-deps
Browse files Browse the repository at this point in the history
Fix error when publishing new version
  • Loading branch information
11k authored Nov 17, 2024
2 parents 0d6d440 + a547ec4 commit cc67673
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/bump-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
node-version: 20
registry-url: https://registry.npmjs.org

- name: Install Node.js dependencies
run: npm ci

- name: Bump version
id: bump
env:
Expand Down

0 comments on commit cc67673

Please sign in to comment.