Better formatting in release instructions

This commit is contained in:
Sven-Hendrik Haase 2020-07-03 03:18:13 +02:00 committed by GitHub
parent 0e699b142b
commit d69dec835b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,8 +121,8 @@ jobs:
To release this Action:
- Bump version in `package.json`
- npm run all
- git commit -am <version>
- git tag -sm <version> <version>
- git push --follow-tags
- `npm run all`
- `git commit -am <version>`
- `git tag -sm <version> <version>`
- `git push --follow-tags`
- Go to https://github.com/svenstaro/upload-release-action/releases and publish the new version