From 9f7ece2a74e62f9723987a9ca37262876e44e5cc Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Mon, 24 Apr 2023 11:13:17 -0700 Subject: [PATCH] Fix: Correct version label for GHA call Issue: RELENG-4563 Signed-off-by: Andrew Grimberg Change-Id: I0af3d2078b579bd4b48b7cceea3d8b0456e5b918 --- .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 e5ad3f5..5d15aa2 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