Skip to content

TagBot: Manual intervention needed for releases #737

@github-actions

Description

@github-actions

TagBot could not automatically create releases for the following versions. This may be because:

  • The commits modify workflow files (.github/workflows/), which GITHUB_TOKEN cannot operate on
  • The tag already exists but the release failed to be created
  • A network or API error occurred

Versions needing manual release

  • v0.2.0 at commit 1036105f
    • Error: Git command 'git -C /tmp/tagbot_repo_kefj6oeg push origin v0.2.0' failed: To https://github.com/CliMA/ClimaOcean.jl
      ! [remote rejected] v0.2.0 -> v0.2.0 (refusing to allow a GitHub App to create or update workflow .github/workflows/Documenter.yml without workflows permission)
      error: failed to push some refs to 'https://github.com/CliMA/ClimaOcean.jl' (provide workflow scope or avoid workflow changes)

How to fix

Run these commands locally:

git tag -a v0.2.0 1036105f541163c008e723a45c11e6057ba9b5f1 -m 'v0.2.0' && git push origin v0.2.0 && gh release create v0.2.0 --generate-notes

Or 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

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