Skip to content

Commit 68e2551

Browse files
committed
return to release branch
1 parent 62d0f82 commit 68e2551

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release-staging.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ jobs:
4545
uses: changesets/action@v1
4646
env:
4747
GITHUB_TOKEN: ${{ secrets.OSS_BOT_GITHUB_TOKEN }}
48+
- name: Go back to release branch
49+
# changesets/action created and checked out a new branch
50+
# return to `release` branch.
51+
run: git checkout release
4852
- name: Publish to NPM
4953
# --skipTests No need to run tests
5054
# --skipReinstall Yarn install has already been run

0 commit comments

Comments
 (0)