Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: delete tag not pushing #7

Merged
merged 1 commit into from
Nov 25, 2022

Conversation

Davidmattei
Copy link
Contributor

Delete tags is not working

/usr/bin/git push --delete v1
fatal: --delete doesn't make sense without any refs Error: Error: The process '/usr/bin/git' failed with exit code 128

git push --delete origin v1

/usr/bin/git push --delete v1
fatal: --delete doesn't make sense without any refs
Error: Error: The process '/usr/bin/git' failed with exit code 128

Fix -> git push --delete origin v1
@acrobat acrobat merged commit 1d45715 into acrobat:main Nov 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants