File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @nylas/connect " : patch
3+ ---
4+
5+ Update release workflow to use npm trusted publishing with OIDC authentication
6+
Original file line number Diff line number Diff line change 3737 node-version : ${{ env.NODE_VERSION }}
3838 registry-url : " https://registry.npmjs.org"
3939
40+ - name : Update npm
41+ run : npm install -g npm@latest
42+
4043 - name : Setup pnpm
4144 uses : pnpm/action-setup@v4
4245 with :
8487 createGithubReleases : true
8588 env :
8689 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
87- NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
88- NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }} # do not remove this line (https://github.com/changesets/action/issues/98)
89- PM_CONFIG_PROVENANCE : true
90+ NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }} # Only needed for installing private dependencies
You can’t perform that action at this time.
0 commit comments