Skip to content

Commit

Permalink
fix(ci):
Browse files Browse the repository at this point in the history
  • Loading branch information
BradleyChatha committed Jul 31, 2024
1 parent 01e105b commit 3cddc07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,5 @@ jobs:
run: |
TAG=$(echo v0.0.1 | sed 's/v//') # Remove the 'v' prefix
npm version --allow-same-version --no-commit-hooks --no-git-tag-version $TAG
npm config set '//registry.npmjs.org/:_authToken' "${NPM_TOKEN}"
npm publish --access public

0 comments on commit 3cddc07

Please sign in to comment.