Skip to content

Commit 0b21ecf

Browse files
committed
publish
1 parent ef9e75e commit 0b21ecf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,15 @@ jobs:
1515

1616
- name: Set up Node.js
1717
uses: actions/setup-node@v4
18+
with:
19+
registry-url: "https://registry.npmjs.org"
1820

1921
- name: Install Go
2022
uses: actions/setup-go@v5
2123
with:
2224
go-version: "1.23"
2325

2426
- name: Publish to NPM
25-
run: npm publish --provenance --access public
27+
run: npm publish --provenance
2628
env:
2729
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)