Skip to content

Commit af2d652

Browse files
zimegClaude
andcommitted
fix: use full refspec for pushing to rc branch
Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com>
1 parent dce228c commit af2d652

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
git config user.name "slack-cli-releaser[bot]"
9898
git config user.email "122933866+slack-cli-releaser[bot]@users.noreply.github.com"
9999
make rc RELEASE_VERSION="$RELEASE_VERSION"
100-
git push origin "HEAD:rc" --force
100+
git push origin "HEAD:refs/heads/rc" --force
101101
102102
- name: Create or update release PR
103103
if: steps.version.outputs.has_changes == 'true'

0 commit comments

Comments
 (0)