Skip to content

Commit

Permalink
chore: fix manual release action
Browse files Browse the repository at this point in the history
  • Loading branch information
leangseu-edx committed May 16, 2024
1 parent a1764d6 commit d5e49c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.SEMANTIC_RELEASE_NPM_TOKEN }}
# `npm publish` relies on version specified in package.json file
run: npm publish --tag ${{ inputs.version }}
run: npm version ${{ inputs.version }} && npm publish

0 comments on commit d5e49c8

Please sign in to comment.