Skip to content

Commit

Permalink
.github: Fix release.yml to inject calver correctly (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
corona10 authored Jan 20, 2025
1 parent c14c02c commit 1297e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
if: contains('["brettcannon", "corona10", "erlend-aasland"]', github.actor)
runs-on: ubuntu-latest
outputs:
builddate: ${{ steps.version.outputs.version }}
builddate: ${{ steps.version.outputs.builddate }}
steps:
# Checkout push-to-registry action github repository
- name: Set Calver Date
Expand Down

0 comments on commit 1297e15

Please sign in to comment.