Skip to content

Commit 1297e15

Browse files
authored
.github: Fix release.yml to inject calver correctly (#40)
1 parent c14c02c commit 1297e15

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)