Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 8 additions & 13 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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 }}"
Expand Down Expand Up @@ -709,7 +704,7 @@ jobs:
cache: true
run-install: |
args:
- --filter=@t3tools/scripts
- --filter=@t3tools/scripts...

- id: update_versions
name: Update version strings
Expand Down Expand Up @@ -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'
Expand Down
Loading