Skip to content

Commit

Permalink
Merge pull request #838 from hashicorp/ghafix
Browse files Browse the repository at this point in the history
automation: fix outputs
  • Loading branch information
tombuildsstuff authored Jan 24, 2024
2 parents 9527f8a + f36aecc commit eb331a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/automation-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit eb331a1

Please sign in to comment.