Skip to content

Commit

Permalink
fix npm version input
Browse files Browse the repository at this point in the history
  • Loading branch information
brianzinn authored Nov 10, 2020
1 parent d808413 commit 720a030
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 @@ -32,7 +32,7 @@ jobs:
yarn install
yarn build
- run: echo "version -- ${{ github.event.inputs.npmVersion }}"
- run: npm version patch -m "release %s :package:"
- run: npm version ${{ github.event.inputs.npmVersion }} -m "release %s :package:"
- run: git push && git push --tags
- name: publish-npm
run: npm publish --access public
Expand Down

0 comments on commit 720a030

Please sign in to comment.