We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efaa05b commit 0c80e98Copy full SHA for 0c80e98
.github/workflows/releaser.yml
@@ -47,7 +47,7 @@ jobs:
47
needs: get_latest_tag
48
steps:
49
- name: "Download Release Assets"
50
- uses: robinraju/release-downloader@v1.10
+ uses: robinraju/release-downloader@v1.11
51
with:
52
tag: ${{ github.event.inputs.release_tag || needs.get_latest_tag.outputs.version }}
53
fileName: "*.whl"
0 commit comments