diff --git a/.github/workflows/release-package-splitter.yml b/.github/workflows/release-package-splitter.yml index d33ec916a..4f601ce61 100644 --- a/.github/workflows/release-package-splitter.yml +++ b/.github/workflows/release-package-splitter.yml @@ -173,7 +173,7 @@ jobs: # step if no tag is pushed - if: ${{ !startsWith(github.ref, 'refs/tags/') }} - uses: "symplify/monorepo-split-github-action@v2.4.4" + uses: "symplify/monorepo-split-github-action@v2.4.5" with: package_directory: "${{ matrix.package.local_path }}" repository_organization: "HugoBlox"