Skip to content

Commit 7fd7348

Browse files
authored
[pypi_upload.yml] Use ref_name in "gh release download" (google-deepmind#32)
1 parent f889feb commit 7fd7348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi_upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
steps:
3838
- name: Download release assets
39-
run: gh release download ${{ inputs.release || github.ref }} -D dist -R ${{ github.repository }}
39+
run: gh release download ${{ inputs.release || github.ref_name }} -D dist -R ${{ github.repository }}
4040

4141
- name: Publish to TestPyPI
4242
if: github.event_name == 'release' || inputs.upload_to_test_pypi

0 commit comments

Comments
 (0)