8000 .github: Fix release.yml to inject calver correctly · python/cpython-devcontainers@c063aeb · GitHub
[go: up one dir, main page]

Skip to content

Commit c063aeb

Browse files
committed
.github: Fix release.yml to inject calver correctly
1 parent c14c02c commit c063aeb

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
@@ -22,7 +22,7 @@ jobs:
2222
if: contains('["brettcannon", "corona10", "erlend-aasland"]', github.actor)
2323
runs-on: ubuntu-latest
2424
outputs:
25-
builddate: ${{ steps.version.outputs.version }}
25+
builddate: ${{ steps.version.outputs.builddate }}
2626
steps:
2727
# Checkout push-to-registry action github repository
2828
- name: Set Calver Date

0 commit comments

Comments
 (0)
0