Skip to content

TagBot: Manual intervention needed for releases #63

@github-actions

Description

@github-actions

TagBot could not automatically create releases for the following versions because the commits modify workflow files (.github/workflows/). GitHub restricts GITHUB_TOKEN from operating on such commits.

Versions needing manual release

How to fix

Run these commands locally for each version:

git tag -a v1.6.0 7582295370acd3bb7466c805860a677df9ac0ba5 -m 'v1.6.0' && git push origin v1.6.0 && gh release create v1.6.0 --generate-notes

Or create releases manually via the GitHub UI.

Prevent this in the future

Avoid modifying workflow files 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

No one assigned

    Labels

    tagbot-manualTagBot needs manual intervention

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions