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 c75bb5e commit d44cf9dCopy full SHA for d44cf9d
.github/workflows/build-pyz.yml
@@ -1,6 +1,6 @@
1
name: Build PYZ distribution
2
3
-run-name: ${{ github.event.release.tag_name || github.event.workflow_run.display_title }}
+run-name: ${{ github.event.release.tag_name || inputs.head-sha || github.event.workflow_run.display_title }}
4
5
on:
6
release:
@@ -52,6 +52,7 @@ jobs:
52
# and its subsequent tag commit (but without fetching *everything*)
53
ref: ${{ github.event.workflow_run.head_branch }}
54
fetch-depth: 100
55
+ fetch-tags: true
56
57
- name: Determine HEAD
58
id: head
0 commit comments