From a25926b95aeb1adb45cc2a268f6806c00c9c5e13 Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Mon, 24 Apr 2023 11:14:00 -0700 Subject: [PATCH] Fix: Correct version label for GHA call Issue: RELENG-4563 Signed-off-by: Andrew Grimberg Change-Id: Ia041c727d4787368a0eb26302a89110c047dbb9c --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 . -) -- 2.16.6