-
The push to remote only pushes current commit to same remote ref. If you want to push all tags, use a custom command to do that.
-
@robin can you give an example of how to push tags and the refs to github using a variable for authentication. It seems you have more experience with this!
Thank you :)
-
You may change the command line to call
push --tagsas appropriate. -
Unknown
changed state to 'Closed' 3 years ago
Previous Value Current Value Open
Closed
| Type |
Question
|
| Priority |
Normal
|
| Assignee |
Issue Votes (0)
I am trying to use push to remote CI/CD task to push all commits and tags, but only the commits are being pushed, not the tags.
I believe this could be related to issue #788 so I assume it is not a bug and I am doing something wrong.
Would anyone mind helping?
Thanks,
Polarian