Skip to content

Commit f1040ad

Browse files
committed
fix(release): use oidc publish
1 parent 4c3e030 commit f1040ad

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/release-please.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,10 @@ jobs:
3838

3939
- uses: actions/setup-node@v4
4040
with:
41-
node-version: 20
41+
node-version: 24
4242
registry-url: https://registry.npmjs.org
4343

4444
- run: npm install
45-
4645
- run: npm test
47-
48-
- run: npm publish --provenance --access public
49-
env:
50-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
46+
- run: npm run build
47+
- run: npm publish

0 commit comments

Comments
 (0)