8000 release: Update calver · python/cpython-devcontainers@6ed1c2a · GitHub
[go: up one dir, main page]

Skip to content

Commit 6ed1c2a

Browse files
committed
release: Update calver
1 parent 15e146f commit 6ed1c2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# Checkout push-to-registry action github repository
2424
- name: Set Calver Date
2525
run: |
26-
echo "builddate=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
26+
echo "builddate=$(date +'%Y.%m.%d')" >> $GITHUB_OUTPUT
2727
id: version
2828
- name: Checkout Push to Registry action
2929
uses: actions/checkout@v4

0 commit comments

Comments
 (0)
0