diff --git a/.github/workflows/monorepo-split.yml b/.github/workflows/monorepo-split.yml index ba1c16c63..141eb9966 100644 --- a/.github/workflows/monorepo-split.yml +++ b/.github/workflows/monorepo-split.yml @@ -130,7 +130,7 @@ jobs: # no tag - if: "!startsWith(github.ref, 'refs/tags/')" - uses: "danharrin/monorepo-split-github-action@v2.3.0" + uses: "danharrin/monorepo-split-github-action@v2.4.5" with: package_directory: '${{ matrix.package.local_path }}' @@ -144,7 +144,7 @@ jobs: # with tag - if: "startsWith(github.ref, 'refs/tags/')" - uses: "danharrin/monorepo-split-github-action@v2.3.0" + uses: "danharrin/monorepo-split-github-action@v2.4.5" with: tag: ${GITHUB_REF#refs/tags/}