-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
tagbot-manualTagBot needs manual interventionTagBot needs manual intervention
Description
TagBot could not automatically create releases for the following versions. This may be because:
- The commits modify workflow files (
.github/workflows/), whichGITHUB_TOKENcannot operate on - The tag already exists but the release failed to be created
- A network or API error occurred
Versions needing manual release
-
v1.2.2at commit8a8894a3- Error: Git command 'git -C /tmp/tagbot_repo_99hf7fcy push origin v1.2.2' failed: git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
- Error: Git command 'git -C /tmp/tagbot_repo_99hf7fcy push origin v1.2.2' failed: git@github.com: Permission denied (publickey).
Please make sure you have the correct access rights
and the repository exists. (configure SSH deploy key or switch to https with PAT)
How to fix
Run these commands locally:
git tag -a v1.2.2 8a8894a3df80f182c9b0e80cf85dcc7f04e4ebbe -m 'v1.2.2' && git push origin v1.2.2 && gh release create v1.2.2 --generate-notesOr create releases manually via the GitHub UI.
Prevent this in the future
If this is due to workflow file changes, avoid modifying them in the same commit as version bumps, or use a Personal Access Token with workflow scope.
See TagBot troubleshooting for details.
This issue was automatically created by TagBot. (Run logs)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
tagbot-manualTagBot needs manual interventionTagBot needs manual intervention