Skip to content

Commit

Permalink
use pnpm exec
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewpatto committed Sep 1, 2023
1 parent 0490bee commit 9b2b1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

# if all the builds have completed - we can publish the package

- run: npx publib-npm
- run: pnpm exec publib-npm
working-directory: packages/aws-application
env:
NPM_TOKEN: ${{secrets.NPM_PUBLISH_TOKEN}}
Expand Down

0 comments on commit 9b2b1d2

Please sign in to comment.