Skip to content

Commit

Permalink
fix(web): Fix npm publish step (#26)
Browse files Browse the repository at this point in the history
Fixes: #27

[category:Web Infrastructure]
  • Loading branch information
alanbsmith authored Sep 26, 2023
1 parent 502e3e8 commit 233fe0a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,4 @@ jobs:

# Publish to npm. Must be run after a build
- name: Publish
run: npx changeset publish
env:
NPM_CI_PUBLISH_TOKEN: ${{ secrets.NPM_CI_PUBLISH_TOKEN}}
run: npx changeset publish --otp=${{ secrets.NPM_CI_PUBLISH_TOKEN}}

0 comments on commit 233fe0a

Please sign in to comment.