Skip to content

Commit

Permalink
Update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
han-so1omon committed Sep 25, 2024
1 parent 32f26b3 commit 79472dd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ jobs:
- name: Install Dependencies
run: npm ci

# Set npm auth token
- name: Set NPM Auth Token
run: npm config set //registry.npmjs.org/:_authToken=${NPM_TOKEN}
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

# Create the build and publish using changeset
- name: Publish Changeset
run: npm run release
Expand Down

0 comments on commit 79472dd

Please sign in to comment.