Skip to content

Commit 619bfc0

Browse files
Refactor Github Action per b/485167538 (#494)
Co-authored-by: Ben Knutson <benknutson@google.com>
1 parent 55ac50f commit 619bfc0

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/publish-build-tools.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,9 @@ jobs:
4646
- name: Generate tag
4747
id: tag
4848
run: |
49-
TAG="ubuntu-${{ github.event.inputs.ubuntu_version }}-bazel-${{ github.event.inputs.bazel_version }}"
50-
echo "tag=$TAG" >> $GITHUB_OUTPUT
49+
echo "tag=$TAG" >> $GITHUB_OUTPUT
50+
env:
51+
TAG: "ubuntu-${{ github.event.inputs.ubuntu_version }}-bazel-${{ github.event.inputs.bazel_version }}"
5152

5253
- name: Login to GitHub Container Registry
5354
if: ${{ !github.event.inputs.draft }}

0 commit comments

Comments
 (0)