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 89be2de commit 4ad0d05Copy full SHA for 4ad0d05
.github/workflows/pypi_publish.yml
@@ -51,7 +51,7 @@ jobs:
51
- name: Detect Prerelease Version using Dunamai
52
uses: mtkennerly/dunamai-action@v1
53
with:
54
- args: --format "{base}.post{distance}.dev0{commit}"
+ args: --format "{base}.post{distance}.dev${{ github.run_id }}"
55
env-var: DETECTED_VERSION
56
57
- name: Detect Release Tag Version from git ref ('${{ github.ref_name }}')
0 commit comments