Skip to content

Commit a3a67b8

Browse files
authored
chore: Fix ci git error (#1872)
Fix: https://github.com/braintrustdata/braintrust-sdk-javascript/actions/runs/24690176706/job/72209768755 (` ! [remote rejected] HEAD -> release/c1428905886e (directory file conflict) `)
1 parent c142890 commit a3a67b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/prepare-js-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: |
4747
main_sha="$(git rev-parse HEAD)"
4848
short_main_sha="$(git rev-parse --short=12 HEAD)"
49-
release_branch="release/${short_main_sha}"
49+
release_branch="prepare-release/${short_main_sha}"
5050
5151
{
5252
echo "main_sha=$main_sha"

0 commit comments

Comments
 (0)