Skip to content

Commit

Permalink
minor typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tale152 committed Nov 26, 2022
1 parent a41f791 commit dc616da
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 @@ -39,7 +39,7 @@ First create a new tag, including a message that sums up the notes for the new r
```console
git tag -a v<VERSION> -m "<RELEASE NOTES>"
```
Then push the new tag to the remote repository, triggering a workflow, crating automatically a new release with the compiled PDF document.
Then push the new tag to the remote repository, triggering a workflow, automatically creating a new release with the compiled PDF document.
```console
git push origin --tags
```
Expand Down

0 comments on commit dc616da

Please sign in to comment.