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 6900a74 commit 57fcb01Copy full SHA for 57fcb01
.github/workflows/release-staging.yml
@@ -49,11 +49,6 @@ 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: |
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