Skip to content

TagBot: Manual intervention needed for releases #149

Description

@github-actions

TagBot could not automatically create releases for the following versions.

Likely cause(s):

  • The GITHUB_TOKEN lacks contents: write permission to push tags

Versions needing manual release

  • v0.2.2 at commit f9ec6aff
  • v0.2.3 at commit e161fb72
  • v0.2.4 at commit 93121cbc

How to fix

Run these commands locally:

gh release create v0.2.2 --generate-notes
gh release create v0.2.3 --generate-notes
gh release create v0.2.4 --generate-notes

Or create releases manually via the GitHub UI.

Prevent this in the future

  • Add permissions: contents: write to your TagBot workflow, or use a PAT/deploy key

This issue was automatically created by TagBot. (Run logs)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions