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 3fbe970 commit 1f5019aCopy full SHA for 1f5019a
.github/workflows/python-package.yml
@@ -85,7 +85,7 @@ jobs:
85
# If a tag is pushed then a new archives are uploaded to GitHub Releases automatically.
86
- name: Upload release
87
if: startsWith(github.ref, 'refs/tags/')
88
- uses: svenstaro/upload-release-action@v4
+ uses: svenstaro/upload-release-action@v2
89
with:
90
repo_token: ${{ secrets.GITHUB_TOKEN }}
91
file: ${{ env.archive-name }}.*
0 commit comments