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 a3e4941 commit 489d74bCopy full SHA for 489d74b
.github/workflows/release-staging.yml
@@ -49,6 +49,9 @@ jobs:
49
# changesets/action created and checked out a new branch
50
# return to `release` branch.
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
55
- name: Publish to NPM
56
# --skipTests No need to run tests
57
# --skipReinstall Yarn install has already been run
0 commit comments