File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ Add this step to your `.github/workflows/release.yml` file after the `changesets
5353
5454- name : Comment on PRs about release
5555 if : steps.changesets.outputs.published == 'true'
56- uses : tanstack /config/.github/comment-on-release@main
56+ uses : TanStack /config/.github/comment-on-release@main
5757 with :
5858 published-packages : ${{ steps.changesets.outputs.publishedPackages }}
5959` ` `
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1212
1313permissions :
1414 contents : read
15+ pull-requests : write
1516
1617jobs :
1718 test :
3637 steps :
3738 - name : Checkout
3839 uses : actions/checkout@v6.0.2
39- with :
40- fetch-depth : 0
4140 - name : Setup Tools
4241 uses : ./.github/setup
4342 - name : Build Packages
5049 steps :
5150 - name : Checkout
5251 uses : actions/checkout@v6.0.2
53- with :
54- fetch-depth : 0
5552 - name : Check Provenance
5653 uses : danielroe/provenance-action@v0.1.1
5754 with :
5855 fail-on-downgrade : true
56+ version-preview :
57+ name : Version Preview
58+ runs-on : ubuntu-latest
59+ steps :
60+ - name : Checkout
61+ uses : actions/checkout@v6.0.2
62+ - name : Setup Tools
63+ uses : ./.github/setup
64+ - name : Changeset Preview
65+ uses : ./.github/changeset-preview
You can’t perform that action at this time.
0 commit comments