-
Notifications
You must be signed in to change notification settings - Fork 3
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.1.1at commitf43e38b6- Error: Git command 'git -C /tmp/tagbot_repo_4t66p5at push origin v1.1.1' failed: To https://github.com/JuliaStrings/StringViews.jl
! [remote rejected] v1.1.1 -> v1.1.1 (refusing to allow a GitHub App to create or update workflow.github/workflows/ci.ymlwithoutworkflowspermission)
error: failed to push some refs to 'https://github.com/JuliaStrings/StringViews.jl' (provide workflow scope or avoid workflow changes)
- Error: Git command 'git -C /tmp/tagbot_repo_4t66p5at push origin v1.1.1' failed: To https://github.com/JuliaStrings/StringViews.jl
How to fix
Run these commands locally:
git tag -a v1.1.1 f43e38b6bcceb7d3e965958f14d9ecf4ae5acb83 -m 'v1.1.1' && git push origin v1.1.1 && gh release create v1.1.1 --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)
Metadata
Metadata
Assignees
Labels
tagbot-manualTagBot needs manual interventionTagBot needs manual intervention