Skip to content

Commit 2bce1e0

Browse files
committed
Upload conformance profiles to the correct release
1 parent a9a9c4d commit 2bce1e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/conformance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196
if: ${{ inputs.production-release && inputs.enable-experimental }}
197197
env:
198198
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
199-
run: gh release upload ${{ github.ref_name }} conformance-profile.yaml --clobber
199+
run: gh release upload ${{ inputs.release_version }} conformance-profile.yaml --clobber
200200
working-directory: ./tests
201201

202202
- name: Run inference conformance tests
@@ -217,5 +217,5 @@ jobs:
217217
if: ${{ inputs.production-release && inputs.enable-experimental }}
218218
env:
219219
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
220-
run: gh release upload ${{ github.ref_name }} conformance-profile-inference.yaml --clobber
220+
run: gh release upload ${{ inputs.release_version }} conformance-profile-inference.yaml --clobber
221221
working-directory: ./tests

0 commit comments

Comments
 (0)