Skip to content

Commit 489d74b

Browse files
committed
temp debug step
1 parent a3e4941 commit 489d74b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release-staging.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ jobs:
4949
# changesets/action created and checked out a new branch
5050
# return to `release` branch.
5151
run: git checkout release
52+
## REVERT BEFORE CHECKIN: FOR DEVELOPMENT TESTING ONLY
53+
- name: Get new scripts from this branch
54+
run: git checkout ch-staging-fix-2 scripts/release
5255
- name: Publish to NPM
5356
# --skipTests No need to run tests
5457
# --skipReinstall Yarn install has already been run

0 commit comments

Comments
 (0)