Skip to content

Commit 3269177

Browse files
committed
fix: split job name in tags
1 parent 686566f commit 3269177

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/tags.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131
version: ${{ steps.set_package_and_version.outputs.version }}
3232

3333
publish:
34-
needs: split
34+
needs: splits
3535
uses: ./.github/workflows/.publish.yml
3636
secrets: inherit
3737
with:
3838
tag: latest
39-
expectedVersion: ${{ needs.split.outputs.version }}
40-
package: ${{ needs.split.outputs.package }}
39+
expectedVersion: ${{ needs.splits.outputs.version }}
40+
package: ${{ needs.splits.outputs.package }}

0 commit comments

Comments
 (0)