Skip to content

Commit

Permalink
Merge pull request #7 from aversini/fix-still-not-publishing-yet
Browse files Browse the repository at this point in the history
fix: still not publishing yet
  • Loading branch information
aversini authored Nov 3, 2023
2 parents a63bc71 + 70ebf78 commit 3cacf1c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ jobs:
node-version: 20.x
registry-url: "https://registry.npmjs.org"

- name: Build Packages
if: ${{ steps.release.outputs.releases_created }}
run: |
yarn install
git checkout yarn.lock
npx lerna run build
# Release Please has already incremented versions and published tags, so we just
# need to publish all unpublished versions to NPM here
# See: https://github.com/lerna/lerna/tree/main/libs/commands/publish#readme
Expand Down

0 comments on commit 3cacf1c

Please sign in to comment.