File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -35,14 +35,16 @@ jobs:
3535 - name : Install Dependencies
3636 run : pnpm install --frozen-lockfile
3737
38+ - name : Upgrade npm for OIDC support
39+ run : npm install -g npm@latest
40+
3841 - name : Build
3942 run : pnpm -r run build
4043
4144 - name : Create Release Pull Request or Publish to npm
4245 id : changesets
4346 uses : changesets/action@v1
4447 with :
45- # This executes when the "Version Packages" PR is merged
4648 publish : pnpm run ci:publish
4749 commit : " chore: version packages"
4850 title : " chore: version packages"
Original file line number Diff line number Diff line change 1616 "test" : " echo \" Error: no test specified\" && exit 1" ,
1717 "changeset" : " changeset" ,
1818 "release" : " changeset version && git commit -am 'chore(release): ${{changeset.version}}' && changeset publish --public && git push --tags" ,
19- "ci:publish" : " changeset publish" ,
19+ "ci:publish" : " changeset publish --provenance " ,
2020 "pack" : " pnpm -r pack"
2121 },
2222 "packageManager" : " pnpm@10.18.1" ,
You can’t perform that action at this time.
0 commit comments