Skip to content

Commit

Permalink
ci: enable npm publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar committed Sep 4, 2023
1 parent 5ce32a5 commit 7e952c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ jobs:
run: npm config set //registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}

- name: Bump version
run: npx release-it --increment ${{ github.event.inputs.version }} --ci -V --no-npm
run: npx release-it --increment ${{ github.event.inputs.version }} --ci -V
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7e952c7

Please sign in to comment.