tag project-x.y.z exists locally but has not been pushed
See original GitHub issueHi guys,
I’m having the same error similar to this issue: #461
error: tag project-x.y.z exists locally but has not been pushed
"release": {
"executor": "@jscutlery/semver:version",
"options": {
"push": true,
"postTargets": ["project:github"]
}
},
"github": {
"executor": "@jscutlery/semver:github",
"options": {
"tag": "${tag}",
"notesFile": "./apps/angular/project/CHANGELOG.md"
}
}
Issue Analytics
- State:
- Created a year ago
- Reactions:3
- Comments:6 (1 by maintainers)
Top Results From Across the Web
"Updates were rejected because the tag already exists" when ...
Right-click the tag and choose to delete it (be sure to uncheck the ... (Fetch and store all tags locally does not have...
Read more >ERROR fatal: tag already exists · Issue #573 - GitHub
Based on the circumstances, release-it rolls back the changes locally. These can be force-pushed before trying again. Additionally, a few things ...
Read more >User Guide - gerrit-review
Each feature should be implemented in its own local feature branch that is based on the current HEAD of the target branch. This...
Read more >Just added a tag to my commit but doesn't show up ...
I just add a commit and pushed it to my master branche 1. did git add [files] 2. did ... 6. went to...
Read more >Protected branches doesn't protect correctly when pushing tags!
git tag vX.Y.Z; git push --tags causes code somehow to pass repository even when master branch is in protected state.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

We are experiencing the same issue. Seems like the Github action tries to create the same tag for Github release.
@AndriiTsok that was a fast answer, thanks so much! Would it be useful to explain that in the readme and config examples for github builder?