Skip to content

Commit

Permalink
ci(publish): fix workflow (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher authored Aug 30, 2024
1 parent 8721a22 commit abfe34a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
registry-url: https://npm.pkg.github.com/

- name: Update package.json
run: npm version ${{ needs.setup_release.outputs.release_version }}
run: npm version ${{ needs.setup_release.outputs.release_version }} --no-git-tag-version

- name: Install dependencies
run: npm install
Expand Down

0 comments on commit abfe34a

Please sign in to comment.