From c0be813a3b3d511e4a2c485c41ce5695e55c7770 Mon Sep 17 00:00:00 2001 From: Vince Grassia <593223+vgrassia@users.noreply.github.com> Date: Wed, 18 Sep 2024 11:12:46 -0400 Subject: [PATCH] Update output to use proper variable name (#4788) --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6995e9175..331f996c0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-22.04 outputs: branch-name: ${{ steps.branch.outputs.branch-name }} - deployment-id: ${{ steps.deployment.outputs.deployment-id }} + deployment-id: ${{ steps.deployment.outputs.deployment_id }} release-version: ${{ steps.version-output.outputs.version }} steps: - name: Version output