From d69dec835ba5445e2ad3bb7797f598609c704c35 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Fri, 3 Jul 2020 03:18:13 +0200 Subject: [PATCH] Better formatting in release instructions --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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