We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3fcb2c commit f7321e7Copy full SHA for f7321e7
.github/workflows/build.yml
@@ -42,6 +42,6 @@ jobs:
42
with:
43
repo_token: ${{ secrets.GITHUB_TOKEN }}
44
file: '*/python*.tar.gz'
45
- tag: ${{ github.ref }}
+ tag: release-${{ github.sha }}
46
overwrite: true
47
file_glob: true
0 commit comments