From 4afb20c740c42ef39bfd0c50cb14506dc129d7f0 Mon Sep 17 00:00:00 2001 From: Stefan Koelle Date: Tue, 11 Aug 2026 14:20:00 +0200 Subject: [PATCH] create release command fix2 --- .opencode/command/create-release.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.opencode/command/create-release.md b/.opencode/command/create-release.md index 21d59a1..2e5bea7 100644 --- a/.opencode/command/create-release.md +++ b/.opencode/command/create-release.md @@ -29,7 +29,8 @@ Create a release tag and push it to origin. The GitHub Action will automatically 5. Create annotated tag on that commit: - Run `git tag -a v$ARGUMENTS -m "Release v$ARGUMENTS"` -6. Push commit and tag: - - Run `git push origin main --tags` (or current branch) +6. Push commit and tag separately (pushing both in one step causes GitHub Actions to skip the release workflow): + - Run `git push origin main` (or current branch) + - Run `git push origin v$ARGUMENTS` 7. Confirm success with the version number