diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90ef9aa..e72c207 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: node-version: 21 - name: Verify Change Logs run: node common/scripts/install-run-rush.js change --verify - - name: Rush Install + - name: Rush install run: node common/scripts/install-run-rush.js install - name: Rush rebuild run: node common/scripts/install-run-rush.js rebuild --verbose diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5a81b02..4561e97 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,5 +11,9 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 21 - - name: Publish + - name: Rush install + run: node common/scripts/install-run-rush.js install + - name: Rush rebuild + run: node common/scripts/install-run-rush.js rebuild --verbose + - name: Rush publish run: node common/scripts/install-run-rush.js publish --apply --publish --npm-auth-token ${{ secrets.NPMTOKEN }}