ci: update tag latest

This commit is contained in:
Jamie Peabody
2021-11-21 13:06:51 +00:00
parent 26cb3f7220
commit 08e7b9735a

View File

@@ -40,6 +40,7 @@ jobs:
name: 'Jamie Peabody' name: 'Jamie Peabody'
email: 'jamie.peabody@gmail.com' email: 'jamie.peabody@gmail.com'
- run: npm run release - run: npm run release
- run: git push --follow-tags origin master
- name: Publish - name: Publish
run: npm publish --access public --tag ${{ github.event.inputs.tag }} run: npm publish --access public --tag ${{ github.event.inputs.tag }}