From c063aeb048ca7c7c45206c04dbc17d95bc76b94a Mon Sep 17 00:00:00 2001 From: Donghee Na Date: Mon, 20 Jan 2025 22:00:50 +0900 Subject: [PATCH] .github: Fix release.yml to inject calver correctly --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4454685..390e709 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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