Skip to content

Commit 6a52076

Browse files
authored
Change git push command for releasing (#1945)
Updated git push command to use --follow-tags.
1 parent 09f5081 commit 6a52076

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
7. Push!
3131

3232
```sh
33-
git push && git push --tags
33+
git push --follow-tags
3434
```
3535

3636
This will trigger a GitHub Action workflow which will create a GitHub release and upload the

0 commit comments

Comments
 (0)