We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe2c041 + fd0367e commit cad2877Copy full SHA for cad2877
1 file changed
.github/workflows/monorepo-split.yml
@@ -135,7 +135,7 @@ jobs:
135
# no tag
136
-
137
if: "!startsWith(github.ref, 'refs/tags/')"
138
- uses: danharrin/monorepo-split-github-action@ac9845270ef47266435b4f124b133a323619e738 # v2.3.0
+ uses: danharrin/monorepo-split-github-action@14e42e2437f674b8987c1f50ca3689116aea1893 # v2.4.5
139
with:
140
package_directory: '${{ matrix.package.local_path }}'
141
@@ -149,7 +149,7 @@ jobs:
149
# with tag
150
151
if: "startsWith(github.ref, 'refs/tags/')"
152
153
154
tag: ${GITHUB_REF#refs/tags/}
155
0 commit comments