We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6831486 commit a0fbc55Copy full SHA for a0fbc55
1 file changed
_docs/releasing_gem.md
@@ -90,13 +90,13 @@ Push the git tag:
90
with main repo:
91
92
```bash
93
-git push origin HEAD --tags
+git push origin --tags
94
```
95
96
with a fork:
97
98
99
-git push voxpupuli HEAD --tags
+git push voxpupuli --tags
100
101
102
Then a GitHub action will start to build the gem and publish it to GitHub Packages and RubyGems.org
0 commit comments