Instructions for developing and releasing this action.
npm install
npm run package
- Update the version in package.json
- Make sure
/dist
is up to date:npm run package
- Commit the version update:
git commit -a -m "Update to version x.x.x"
- Push a new tag
git tag -a -m "Update to version x.x.x" vx.x.x
git push --follow-tags