Skip to content

Commit

Permalink
added version logging
Browse files Browse the repository at this point in the history
  • Loading branch information
alshdavid committed Feb 26, 2024
1 parent acd84a4 commit 4b04642
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,10 @@ jobs:
NPM_VERSION: ${{ needs.vars.outputs.NEXT_NPM_VERSION }}
NPM_BIN_TARGET: ${{ needs.vars.outputs.BRANCH_NAME }}
run: |
if [ "$PUBLISH_NPM" != "true" ]; then
exit 0
fi
npm install -g npm pnpm
pnpm install
Expand Down

0 comments on commit 4b04642

Please sign in to comment.