Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brianzinn authored Sep 30, 2020
1 parent 36c4b02 commit 9605485
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 github.event.inputs.npmVersion -m "Release %s :package:"
- run: npm version patch -m "release %s :package:"
- run: git push && git push --tags
- name: publish-npm
run: npm publish --access public
Expand Down

0 comments on commit 9605485

Please sign in to comment.