File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@v6.0.1
22- with :
23- fetch-depth : 0
21+ uses : actions/checkout@v6.0.2
2422 - name : Setup Tools
25- uses : tanstack /config/.github/setup@main
23+ uses : TanStack /config/.github/setup@main
2624 - name : Fix formatting
2725 run : pnpm format
2826 - name : Generate Docs
Original file line number Diff line number Diff line change 1212
1313permissions :
1414 contents : read
15+ pull-requests : write
1516
1617jobs :
1718 test :
1819 name : Test
1920 runs-on : ubuntu-latest
2021 steps :
2122 - name : Checkout
22- uses : actions/checkout@v6.0.1
23+ uses : actions/checkout@v6.0.2
2324 with :
2425 fetch-depth : 0
2526 - name : Start Nx Agents
2627 run : npx nx-cloud start-ci-run --distribute-on=".nx/workflows/dynamic-changesets.yaml"
2728 - name : Setup Tools
28- uses : tanstack /config/.github/setup@main
29+ uses : TanStack /config/.github/setup@main
2930 - name : Get base and head commits for `nx affected`
3031 uses : nrwl/nx-set-shas@v4.4.0
3132 with :
4041 runs-on : ubuntu-latest
4142 steps :
4243 - name : Checkout
43- uses : actions/checkout@v6.0.1
44- with :
45- fetch-depth : 0
44+ uses : actions/checkout@v6.0.2
4645 - name : Setup Tools
47- uses : tanstack /config/.github/setup@main
46+ uses : TanStack /config/.github/setup@main
4847 - name : Build Packages
4948 run : pnpm run build:all
5049 - name : Publish Previews
@@ -54,10 +53,18 @@ jobs:
5453 runs-on : ubuntu-latest
5554 steps :
5655 - name : Checkout
57- uses : actions/checkout@v6.0.1
58- with :
59- fetch-depth : 0
56+ uses : actions/checkout@v6.0.2
6057 - name : Check Provenance
6158 uses : danielroe/provenance-action@v0.1.1
6259 with :
6360 fail-on-downgrade : true
61+ version-preview :
62+ name : Version Preview
63+ runs-on : ubuntu-latest
64+ steps :
65+ - name : Checkout
66+ uses : actions/checkout@v6.0.2
67+ - name : Setup Tools
68+ uses : TanStack/config/.github/setup@main
69+ - name : Changeset Preview
70+ uses : TanStack/config/.github/changeset-preview@main
Original file line number Diff line number Diff line change @@ -23,19 +23,23 @@ jobs:
2323 runs-on : ubuntu-latest
2424 steps :
2525 - name : Checkout
26- uses : actions/checkout@v6.0.1
26+ uses : actions/checkout@v6.0.2
2727 with :
2828 fetch-depth : 0
2929 - name : Setup Tools
30- uses : tanstack /config/.github/setup@main
30+ uses : TanStack /config/.github/setup@main
3131 - name : Run Tests
3232 run : pnpm run test:ci
3333 - name : Run Changesets (version or publish)
34+ id : changesets
3435 uses : changesets/action@v1.7.0
3536 with :
3637 version : pnpm run changeset:version
3738 publish : pnpm run changeset:publish
3839 commit : ' ci: Version Packages'
3940 title : ' ci: Version Packages'
40- env :
41- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
41+ - name : Comment on PRs about release
42+ if : steps.changesets.outputs.published == 'true'
43+ uses : TanStack/config/.github/comment-on-release@main
44+ with :
45+ published-packages : ${{ steps.changesets.outputs.publishedPackages }}
You can’t perform that action at this time.
0 commit comments