From: Andrew Grimberg Date: Tue, 18 Apr 2023 16:26:32 +0000 (-0700) Subject: Fix: Correct bad actions call X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=fdda6f36371f86b855daa25754a6de0091bfa359;p=releng%2Fdocs-conf.git Fix: Correct bad actions call Issue: RELENG-4563 Signed-off-by: Andrew Grimberg Change-Id: Iea0b948696cb11a212b7cb637fd1dbbd1bcd1274 --- diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f88ec0e..e5ad3f5 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 . -)