Skip to content

Commit a0fbc55

Browse files
committed
docs: remove wrong addition of HEAD
1 parent 6831486 commit a0fbc55

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_docs/releasing_gem.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,13 @@ Push the git tag:
9090
with main repo:
9191

9292
```bash
93-
git push origin HEAD --tags
93+
git push origin --tags
9494
```
9595

9696
with a fork:
9797

9898
```bash
99-
git push voxpupuli HEAD --tags
99+
git push voxpupuli --tags
100100
```
101101

102102
Then a GitHub action will start to build the gem and publish it to GitHub Packages and RubyGems.org

0 commit comments

Comments
 (0)