From f36aecc9a8bdc2b94b73d35c4b5fa2f2d3fd22a5 Mon Sep 17 00:00:00 2001 From: Catriona Date: Tue, 23 Jan 2024 17:46:18 +0000 Subject: [PATCH] fix outputs --- .github/workflows/automation-release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/automation-release.yaml b/.github/workflows/automation-release.yaml index 44afed02660..de0cb62b083 100644 --- a/.github/workflows/automation-release.yaml +++ b/.github/workflows/automation-release.yaml @@ -14,7 +14,7 @@ jobs: permissions: contents: write outputs: - latest_tag: ${{ steps.results.version-number.latest_tag }} + latest_tag: ${{ steps.version-number.outputs.latest_tag }} should_update_azurerm: ${{ steps.results.outputs.should_update_azurerm }} steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 @@ -33,7 +33,7 @@ jobs: - name: "Publish the Git Tag" run: | - ./scripts/publish-git-tag.sh ${{ steps.results.version-number.latest_tag }} + ./scripts/publish-git-tag.sh ${{ steps.version-number.outputs.latest_tag }} shell: bash - id: results