We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 489d74b commit d5219ceCopy full SHA for d5219ce
.github/workflows/release-staging.yml
@@ -51,7 +51,9 @@ jobs:
51
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
+ run: |
55
+ git pull -f --no-rebase origin ch-staging-fix-2:dev
56
+ git checkout dev scripts/release
57
- name: Publish to NPM
58
# --skipTests No need to run tests
59
# --skipReinstall Yarn install has already been run
0 commit comments