File tree Expand file tree Collapse file tree 6 files changed +17
-13
lines changed Expand file tree Collapse file tree 6 files changed +17
-13
lines changed Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@v4
21+ 22+ with :
23+ fetch-depth : 0
2224 - name : Setup Tools
2325 uses : tanstack/config/.github/setup@main
2426 - name : Fix formatting
Original file line number Diff line number Diff line change 1- name : pr
1+ name : PR
22
33on :
44 pull_request :
@@ -19,15 +19,15 @@ jobs:
1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : Checkout
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v5.0.0
2323 with :
2424 fetch-depth : 0
2525 - name : Start Nx Agents
2626 run : npx nx-cloud start-ci-run --distribute-on=".nx/workflows/dynamic-changesets.yaml"
2727 - name : Setup Tools
2828 uses : tanstack/config/.github/setup@main
2929 - name : Get base and head commits for `nx affected`
30- uses : nrwl/nx-set-shas@v4
30+ uses : nrwl/nx-set-shas@v4.3.3
3131 with :
3232 main-branch-name : main
3333 - name : Run Checks
4040 runs-on : ubuntu-latest
4141 steps :
4242 - name : Checkout
43- uses : actions/checkout@v4
43+ uses : actions/checkout@v5.0.0
4444 with :
4545 fetch-depth : 0
4646 - name : Setup Tools
Original file line number Diff line number Diff line change 1- name : ci
1+ name : Release
22
33on :
44 workflow_dispatch :
@@ -21,13 +21,13 @@ permissions:
2121 id-token : write
2222
2323jobs :
24- test-and-publish :
25- name : Test & Publish
26- if : github.repository == 'TanStack/store '
24+ release :
25+ name : Release
26+ if : github.repository_owner == 'TanStack'
2727 runs-on : ubuntu-latest
2828 steps :
2929 - name : Checkout
30- uses : actions/checkout@v4
30+ uses : actions/checkout@v5.0.0
3131 with :
3232 fetch-depth : 0
3333 - name : Start Nx Agents
Original file line number Diff line number Diff line change 1- link-workspace-packages = true
2- prefer-workspace-packages = true
31provenance = true
Original file line number Diff line number Diff line change 1- 24.4.1
1+ 24.8.0
Original file line number Diff line number Diff line change 1+ cleanupUnusedCatalogs : true
2+ linkWorkspacePackages : true
3+ preferWorkspacePackages : true
4+
15packages :
26 - ' packages/**'
37 - ' examples/angular/**'
You can’t perform that action at this time.
0 commit comments