diff --git a/README.md b/README.md index 22a04e7..d4a6bb1 100644 --- a/README.md +++ b/README.md @@ -115,3 +115,14 @@ jobs: overwrite: true file_glob: true ``` + +## Releasing + +To release this Action: + +- Bump version in `package.json` +- npm run all +- git commit -am +- git tag -sm +- git push --follow-tags +- Go to https://github.com/svenstaro/upload-release-action/releases and publish the new version