Skip to content

Commit 5a40a9c

Browse files
committed
Update deploy workflow again
1 parent cf95758 commit 5a40a9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/_deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
required: true
1212

1313
jobs:
14-
deploy_kv:
14+
deploy:
1515
runs-on: ubuntu-latest
1616
defaults:
1717
run:
@@ -35,7 +35,7 @@ jobs:
3535
run: npm run test
3636

3737
- name: Publish
38-
run: npm publish
38+
run: npm publish --access=public
3939
env:
4040
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4141

0 commit comments

Comments
 (0)