Skip to content

Commit 747f7c6

Browse files
committedSep 6, 2023
[BLD] Update release workflow tag check
1 parent 327accb commit 747f7c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/chroma-release-python-client.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
check_tag:
1313
runs-on: ubuntu-latest
1414
outputs:
15-
tag_matches: ${{ steps.check-tag.outputs.match }}
15+
tag_matches: ${{ steps.check-tag.outputs.tag_matches }}
1616
steps:
1717
- name: Check Tag
1818
id: check-tag

‎.github/workflows/chroma-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
check_tag:
1717
runs-on: ubuntu-latest
1818
outputs:
19-
tag_matches: ${{ steps.check-tag.outputs.match }}
19+
tag_matches: ${{ steps.check-tag.outputs.tag_matches }}
2020
steps:
2121
- name: Check Tag
2222
id: check-tag

0 commit comments

Comments
 (0)
Please sign in to comment.