Skip to content

Commit 71506a3

Browse files
authored
fix publish?
1 parent 7d21525 commit 71506a3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,15 @@ jobs:
1212
contents: read
1313
packages: write
1414
steps:
15-
- uses: actions/checkout@v4
16-
- uses: actions/setup-node@v4
15+
- uses: actions/checkout@v5
16+
- uses: actions/setup-node@v5
1717
with:
1818
node-version: 24
19+
registry-url: 'https://registry.npmjs.org'
1920
cache: yarn
2021
- run: yarn --frozen-lockfile
2122
- run: yarn test
2223
- run: yarn lint
23-
- run: npm publish
24+
- run: npm publish --provenance --access public
2425
env:
2526
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)