diff --git a/README.md b/README.md index d4a6bb1..89e7cce 100644 --- a/README.md +++ b/README.md @@ -121,8 +121,8 @@ jobs: To release this Action: - Bump version in `package.json` -- npm run all -- git commit -am -- git tag -sm -- git push --follow-tags +- `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