Skip to content

Commit ec0aa02

Browse files
committed
v1.0.6
1 parent 780a68e commit ec0aa02

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020

2121
- name: Setup Node
2222
uses: actions/setup-node@v6
23+
env:
24+
NODE_AUTH_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}
25+
with:
26+
registry-url: https://registry.npmjs.org
2327

2428
- name: Install dependencies
2529
run: bun install
@@ -31,6 +35,4 @@ jobs:
3135
run: bun run build
3236

3337
- name: Publish to the NPM
34-
env:
35-
NODE_AUTH_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}
3638
run: npm publish --access public --provenance

0 commit comments

Comments
 (0)