Skip to content

Commit 9023a01

Browse files
committed
chore: test RC release
1 parent 4f84666 commit 9023a01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/start.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ npx changeset status --output="$CHANGESETS_STATUS_JSON"
1111
BRANCH_SUFFIX="$(jq -r '.releases[0].newVersion | gsub("\\.\\d+$"; "")' $CHANGESETS_STATUS_JSON)"
1212
RELEASE_BRANCH="release-v$BRANCH_SUFFIX"
1313
git checkout -b "$RELEASE_BRANCH"
14+
git push origin "$RELEASE_BRANCH"
1415

1516
# Output branch
1617
echo "branch=$RELEASE_BRANCH" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)