Skip to content

Commit

Permalink
Update Split Action
Browse files Browse the repository at this point in the history
  • Loading branch information
jdamner committed May 23, 2024
1 parent d11d536 commit f66b70f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
# no tag
- name: Split Monorepo
if: "!startsWith(github.ref, 'refs/tags/')"
uses: "symplify/monorepo-split-github-action@2.3"
uses: "symplify/monorepo-split-github-action@v2.3.0"
with:
package_directory: "packages/${{ matrix.packages.local_path }}"
repository_organization: "boxuk"
Expand All @@ -51,7 +51,7 @@ jobs:
# with tag
- name: Split Monorepo with Tag
if: "startsWith(github.ref, 'refs/tags/')"
uses: "symplify/monorepo-split-github-action@2.3"
uses: "symplify/monorepo-split-github-action@v2.3.0"
with:
tag: ${GITHUB_REF#refs/tags/}
package_directory: "packages/${{ matrix.packages.local_path }}"
Expand Down

0 comments on commit f66b70f

Please sign in to comment.