From 8cb0cefab5dc9ae7693dc651fce146ef7123c57c Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Tue, 18 Apr 2023 09:25:21 -0700 Subject: [PATCH] Fix: Correct bad actions call Issue: RELENG-4563 Change-Id: Ia368fed2b62d51bef3895b6f6cf9bd49042d6456 Signed-off-by: Andrew Grimberg --- .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 890e12f..1c78dcf 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 . -) -- 2.16.6