Skip to content

Commit

Permalink
docs: fixing command for pushing tag to origin
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsanima committed Feb 13, 2023
1 parent bc4d801 commit 91b78a3
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 @@ -130,7 +130,7 @@ type in terminal:

```bash
git tag 0.1.2
git push origin --tag
git push origin && git push origin --tag
```

Checking the extracts version, type in terminal:
Expand Down

0 comments on commit 91b78a3

Please sign in to comment.