From: Andrew Grimberg Date: Mon, 24 Apr 2023 18:12:26 +0000 (-0700) Subject: Fix: Correct version label for GHA call X-Git-Tag: v0.13.0~5 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=57e22d01bc0ed2dfffd822e3287e1397ec84983c;p=releng%2Fcommon-packer.git Fix: Correct version label for GHA call Issue: RELENG-4563 Change-Id: Ib677bb53ac47e27501c668d9bd744d61bee9613e Signed-off-by: Andrew Grimberg --- diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1c78dcf..94b6a06 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v3 - name: Get tag id: tag - uses: devops-actions/action-get-tag@1.0.2 + uses: devops-actions/action-get-tag@v1.0.2 - name: Convert tag run: >- VER=$(echo "${{ steps.tag.outputs.tag }}" | tr . -)