From 114933adf6a42000855da158babe01f55588f210 Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Tue, 18 Apr 2023 09:23:21 -0700 Subject: [PATCH] Fix: Correct bad actions call Issue: RELENG-4563 Signed-off-by: Andrew Grimberg Change-Id: I5e960e68368a3471d73776b330d4bb12f489d043 --- .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 3b78f1af..c378be08 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: evops-actions/action-get-tag@1.0.1 + uses: devops-actions/action-get-tag@1.0.2 - name: Convert tag run: >- VER=$(echo "${{ steps.tag.outputs.tag }}" | tr . -) -- 2.16.6