From: Andrew Grimberg Date: Mon, 24 Apr 2023 18:10:04 +0000 (-0700) Subject: Fix: Correct action version X-Git-Tag: v0.86.2~1 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F21%2F71621%2F1;p=releng%2Fglobal-jjb.git Fix: Correct action version Issue: RELENG-4563 Change-Id: Ie3129c744d3774d88ed042609e6de7044f7f4de7 Signed-off-by: Andrew Grimberg --- diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 34907a58..06e614f5 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: 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 . -)