Skip to content

Commit 0df64bd

Browse files
committed
fix
1 parent 7fddb41 commit 0df64bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,12 @@ jobs:
2222
with:
2323
node-version: "24"
2424
registry-url: "https://registry.npmjs.org"
25+
- run: npm install -g npm@latest
2526
- run: npm install
2627
- run: npm run build --if-present
2728
- run: npm test
2829
- run: rm -f .npmrc ~/.npmrc
29-
- run: npm publish
30+
- run: npm publish --provenance --access public
3031
- name: Create GitHub Release
3132
uses: softprops/action-gh-release@v2
3233
with:

0 commit comments

Comments
 (0)