Skip to content

Commit 2ccb614

Browse files
authored
Force an npm upgrade before publishing to allow trusted publisher flow (#52)
1 parent df0f2e4 commit 2ccb614

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@ jobs:
3131
with:
3232
node-version: 20
3333
registry-url: https://registry.npmjs.org/
34+
- run: npm install -g npm@latest
3435
- run: pnpm install
3536
- run: pnpm publish --access public

0 commit comments

Comments
 (0)