Error 403 when git tag #1398
-
In my workflow, I try to add a tag to my repo by doing the following: git tag -a v1.5.4 -m "Version 1.5.4"
git push -q origin :refs/tags/v1.5.4
git push origin refs/tags/v1.5.4 But then I get the following error:
Unfortunately, I can't find any way to add the needed authorization. How can I fix that? Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
icarusdust
Feb 13, 2023
Replies: 1 comment 1 reply
-
Hi @mregnauld, check out this documentation where creating a tag with app version and pushing it explained. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mregnauld
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @mregnauld, check out this documentation where creating a tag with app version and pushing it explained.