Skip to content

Commit d5219ce

Browse files
committed
update dev checkout
1 parent 489d74b commit d5219ce

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release-staging.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ jobs:
5151
run: git checkout release
5252
## REVERT BEFORE CHECKIN: FOR DEVELOPMENT TESTING ONLY
5353
- name: Get new scripts from this branch
54-
run: git checkout ch-staging-fix-2 scripts/release
54+
run: |
55+
git pull -f --no-rebase origin ch-staging-fix-2:dev
56+
git checkout dev scripts/release
5557
- name: Publish to NPM
5658
# --skipTests No need to run tests
5759
# --skipReinstall Yarn install has already been run

0 commit comments

Comments
 (0)