From 96b7b258acb1c71defe7f4d30269ae2b48ddfd22 Mon Sep 17 00:00:00 2001 From: Ben Knutson Date: Wed, 18 Feb 2026 00:19:14 +0000 Subject: [PATCH] Refactor Github Action per b/485167538 --- .github/workflows/deploy_versioned_docs.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy_versioned_docs.yaml b/.github/workflows/deploy_versioned_docs.yaml index 8bd27279443..24ccd1bedc3 100644 --- a/.github/workflows/deploy_versioned_docs.yaml +++ b/.github/workflows/deploy_versioned_docs.yaml @@ -35,7 +35,9 @@ jobs: ref: ${{ github.event.release.tag_name }} - name: Get Version from Release Tag - run: echo "VERSION=${{ github.event.release.tag_name }}" >> $GITHUB_ENV + run: echo "VERSION=${GITHUB_EVENT_RELEASE_TAG_NAME}" >> $GITHUB_ENV + env: + GITHUB_EVENT_RELEASE_TAG_NAME: ${{ github.event.release.tag_name }} - name: Setup Hugo uses: peaceiris/actions-hugo@75d2e84710de30f6ff7268e08f310b60ef14033f # v3