Skip to content

Commit 604f313

Browse files
committed
try updated format
1 parent 168c1ab commit 604f313

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pypi_publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ name: CDK Publish
99

1010
on:
1111
push:
12-
tags:
13-
- "v*"
12+
# tags:
13+
# - "v*"
1414
workflow_dispatch:
1515
inputs:
1616
version:
@@ -51,7 +51,7 @@ jobs:
5151
- name: Detect Prerelease Version using Dunamai
5252
uses: mtkennerly/dunamai-action@v1
5353
with:
54-
args: --style pep440
54+
args: --style pep440 --format "{base}.post{distance}.dev0{commit}"
5555
env-var: DETECTED_VERSION
5656

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

0 commit comments

Comments
 (0)