Skip to content

Commit

Permalink
Update deploy_npm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chiru-labs authored Jun 7, 2024
1 parent f929fd9 commit ef878cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy_npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
types: [published]
jobs:
build:
environment: production
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -16,4 +17,4 @@ jobs:
- run: npm ci
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit ef878cf

Please sign in to comment.