Skip to content

Commit

Permalink
Update deploy workflow again
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanH-AT committed Dec 27, 2022
1 parent cf95758 commit 5a40a9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
required: true

jobs:
deploy_kv:
deploy:
runs-on: ubuntu-latest
defaults:
run:
Expand All @@ -35,7 +35,7 @@ jobs:
run: npm run test

- name: Publish
run: npm publish
run: npm publish --access=public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

Expand Down

0 comments on commit 5a40a9c

Please sign in to comment.