File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 77 - ' plugins/**'
88 workflow_dispatch :
99
10+ # Required for trusted publishing
11+ permissions :
12+ contents : read
13+ id-token : write # Needed for provenance and trusted publishing
14+
1015concurrency : ${{ github.workflow }}-${{ github.ref }}
1116
1217jobs :
2126 uses : actions/setup-node@v3
2227 with :
2328 node-version : 20.x
24- cache : ' yarn'
29+ cache : ' yarn'
30+ registry-url : ' https://registry.npmjs.org'
2531
2632 - name : Install Dependencies
2733 run : yarn install --frozen-lockfile
3036 id : changesets
3137 uses : changesets/action@v1
3238 with :
33- publish : yarn changeset publish
39+ publish : yarn changeset publish --provenance
3440 env :
35- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
36- NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
41+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments