Skip to content

Commit

Permalink
Fix publishing of next version (#13408)
Browse files Browse the repository at this point in the history
  • Loading branch information
msujew authored Feb 27, 2024
1 parent 9348727 commit d22e3e2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
# To fetch all history for all branches and tags.
# Required for lerna to determine the version of the next package.
fetch-depth: 0

- name: Use Node.js 18.x
uses: actions/setup-node@v3
Expand Down

0 comments on commit d22e3e2

Please sign in to comment.