Fix: Correct bad action call 83/71583/1
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Tue, 18 Apr 2023 16:21:08 +0000 (09:21 -0700)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Tue, 18 Apr 2023 16:21:08 +0000 (09:21 -0700)
Issue: RELENG-4563
Change-Id: Idb27ec5805d2a52bb2e30e72931745e023b5ea80
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
.github/workflows/release.yaml

index 154640a..34907a5 100644 (file)
@@ -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 . -)