Skip to content

ci: allow release workflow to push template git tags#1

Merged
arv merged 1 commit into
mainfrom
ci/allow-tag-push
Jun 12, 2026
Merged

ci: allow release workflow to push template git tags#1
arv merged 1 commit into
mainfrom
ci/allow-tag-push

Conversation

@arv

@arv arv commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

What

Grant contents: write to the release workflow.

Why

devcontainers/action tries to create template_<id>_<version> git tags after publishing to ghcr. With contents: read it can't, so the run logs:

! Failed to automatically add repo tag, manually tag with:
  'git tag template_node_1.0.0 <sha>'

I pushed the 1.0.0 tags by hand for the initial release; this makes future version bumps tag automatically.

🤖 Generated with Claude Code

Grant contents: write so devcontainers/action can create the
template_<id>_<version> tags automatically instead of failing with a
warning.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@github-actions github-actions Bot requested a review from aboodman June 12, 2026 10:25
@arv arv requested review from grgbkr and removed request for aboodman June 12, 2026 10:50
@arv arv merged commit 2dfaf44 into main Jun 12, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant