diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 26f7501d..8f7bb5ea 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,6 +37,8 @@ jobs: steps: - name: Checkout Repo uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Setup Node.js 18.x uses: actions/setup-node@v3 @@ -59,4 +61,4 @@ jobs: npx lerna publish from-git --yes env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - NPM_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file + NPM_TOKEN: ${{ secrets.NPM_TOKEN }}