From: Andrew Grimberg Date: Tue, 18 Apr 2023 16:23:21 +0000 (-0700) Subject: Fix: Correct bad actions call X-Git-Tag: v0.37.4~2 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F84%2F71584%2F1;p=releng%2Flftools.git Fix: Correct bad actions call Issue: RELENG-4563 Signed-off-by: Andrew Grimberg Change-Id: I5e960e68368a3471d73776b330d4bb12f489d043 --- 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 . -)