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