Skip to content

Commit

Permalink
ci: fix release_packages workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
frankie567 committed Oct 22, 2024
1 parent bb02b51 commit e4b8b6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
with:
# This expects you to have a script called release which does a build for your packages and calls changeset publish
publish: pnpm run release-packages
cwd: ${{ github.workspace }}/clients
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit e4b8b6d

Please sign in to comment.