Skip to content

Commit

Permalink
add npm token to release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
kb-kerem committed May 20, 2024
1 parent a6d2472 commit 9f69f6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/js-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,7 @@ jobs:
run: |
npx changeset version
npx changeset publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_REGISTRY_TOKEN }}
- name: Push to git
run: git push --follow-tags

0 comments on commit 9f69f6e

Please sign in to comment.