Skip to content

Commit 669d1a5

Browse files
committed
chore: update npm publish command to include public access and adjust environment variable for token
1 parent 6a828b1 commit 669d1a5

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030

3131
- name: Publish to npm
3232
working-directory: packages/solid-simple-maps
33-
run: bun publish
33+
run: bun publish --access public
3434
env:
35-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
36-
35+
NPM_CONFIG_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)