Skip to content

Commit

Permalink
Merge pull request #22 from nipe0324/fix-readme
Browse files Browse the repository at this point in the history
docs: fix git push command of README.md
  • Loading branch information
nipe0324 authored Feb 10, 2024
2 parents 38902a5 + 0944d3a commit 373de42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ the "dist/" directory.
```shell
npm run all
git tag v1.2.0
git tag push v1.2.0
git push origin v1.2.0
```

Now, a release can be created from the branch containing the built action.
Expand Down

0 comments on commit 373de42

Please sign in to comment.