From: Andrew Grimberg Date: Mon, 24 Apr 2023 18:14:00 +0000 (-0700) Subject: Fix: Correct version label for GHA call X-Git-Tag: v0.37.4~1 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F24%2F71624%2F1;p=releng%2Flftools.git Fix: Correct version label for GHA call Issue: RELENG-4563 Signed-off-by: Andrew Grimberg Change-Id: Ia041c727d4787368a0eb26302a89110c047dbb9c --- diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c378be08..63bc4de8 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -27,7 +27,7 @@ jobs: pipx run tox -e publish -- --repository pypi - 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 . -)