From: Andrew Grimberg Date: Tue, 18 Apr 2023 16:21:08 +0000 (-0700) Subject: Fix: Correct bad action call X-Git-Tag: v0.86.1~1 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?p=releng%2Fglobal-jjb.git;a=commitdiff_plain;h=fff512063d89656316336315bbd7edbbf439b4c1 Fix: Correct bad action call Issue: RELENG-4563 Change-Id: Idb27ec5805d2a52bb2e30e72931745e023b5ea80 Signed-off-by: Andrew Grimberg --- diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 154640ac..34907a58 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v3 - 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 . -)