File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
1010permissions :
1111 id-token : write # Required for OIDC
1212 contents : write
13+ pull-requests : write
1314
1415jobs :
1516 release :
2425 with :
2526 node-version : 20
2627
28+ - name : Update NPM to latest
29+ run : npm install -g npm@latest
30+
2731 - name : Install Dependencies
2832 run : yarn
2933
3438 title : " chore: version packages"
3539 commit : " chore: version packages"
3640 publish : yarn changeset:publish
41+ oidcAuth : true
3742 env :
38- # Use OIDC for npm authentication instead of NPM_TOKEN
39- NPM_TOKEN : " " # https://github.com/changesets/changesets/issues/1152#issuecomment-3190884868
4043 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 7979 },
8080 "peerDependencies" : {
8181 "playwright-core" : " >1.0"
82- },
83- "publishConfig" : {
84- "provenance" : true
8582 }
8683}
You can’t perform that action at this time.
0 commit comments