Skip to content

Commit f7321e7

Browse files
committed
Use unique tag names
1 parent c3fcb2c commit f7321e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ jobs:
4242
with:
4343
repo_token: ${{ secrets.GITHUB_TOKEN }}
4444
file: '*/python*.tar.gz'
45-
tag: ${{ github.ref }}
45+
tag: release-${{ github.sha }}
4646
overwrite: true
4747
file_glob: true

0 commit comments

Comments
 (0)