File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments