Skip to content

Commit 4ad0d05

Browse files
committed
use run-id
1 parent 89be2de commit 4ad0d05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Detect Prerelease Version using Dunamai
5252
uses: mtkennerly/dunamai-action@v1
5353
with:
54-
args: --format "{base}.post{distance}.dev0{commit}"
54+
args: --format "{base}.post{distance}.dev${{ github.run_id }}"
5555
env-var: DETECTED_VERSION
5656

5757
- name: Detect Release Tag Version from git ref ('${{ github.ref_name }}')

0 commit comments

Comments
 (0)