diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7c6626a2827..e401f03ba99 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -442,14 +442,9 @@ jobs: cache: true run-install: | args: - - --filter=t3 - - --filter=@t3tools/web - - --filter=@t3tools/scripts - - - name: Setup Node - uses: actions/setup-node@v6 - with: - registry-url: https://registry.npmjs.org + - --filter=t3... + - --filter=@t3tools/web... + - --filter=@t3tools/scripts... - name: Align package versions to release version run: node scripts/update-release-package-versions.ts "${{ needs.preflight.outputs.version }}" @@ -490,7 +485,7 @@ jobs: cache: true run-install: | args: - - --filter=@t3tools/scripts + - --filter=@t3tools/scripts... - name: Download all desktop artifacts uses: actions/download-artifact@v8 @@ -607,8 +602,8 @@ jobs: cache: true run-install: | args: - - --filter=@t3tools/scripts - - --filter=@t3tools/web + - --filter=@t3tools/scripts... + - --filter=@t3tools/web... - name: Align package versions to release version run: node scripts/update-release-package-versions.ts "${{ needs.preflight.outputs.version }}" @@ -709,7 +704,7 @@ jobs: cache: true run-install: | args: - - --filter=@t3tools/scripts + - --filter=@t3tools/scripts... - id: update_versions name: Update version strings @@ -767,7 +762,7 @@ jobs: cache: true run-install: | args: - - --filter=@t3tools/scripts + - --filter=@t3tools/scripts... - name: Announce prerelease on Discord if: needs.preflight.outputs.is_prerelease == 'true'