Skip to content

Commit

Permalink
Merge pull request #184 from Shopify/fix-changesets-action
Browse files Browse the repository at this point in the history
Fix npm publish workflow's changeset publish step
  • Loading branch information
kennygoff authored May 30, 2024
2 parents ec1f7a3 + e6faa82 commit a9a57bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
uses: changesets/action@v1
with:
publish: pnpm release
cwd: lang/typescript
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a9a57bb

Please sign in to comment.