We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 327accb commit 747f7c6Copy full SHA for 747f7c6
.github/workflows/chroma-release-python-client.yml
@@ -12,7 +12,7 @@ jobs:
12
check_tag:
13
runs-on: ubuntu-latest
14
outputs:
15
- tag_matches: ${{ steps.check-tag.outputs.match }}
+ tag_matches: ${{ steps.check-tag.outputs.tag_matches }}
16
steps:
17
- name: Check Tag
18
id: check-tag
.github/workflows/chroma-release.yml
@@ -16,7 +16,7 @@ jobs:
19
20
21
22
0 commit comments