Fix: Correct bad actions call 84/71584/1
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Tue, 18 Apr 2023 16:23:21 +0000 (09:23 -0700)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Tue, 18 Apr 2023 16:23:21 +0000 (09:23 -0700)
Issue: RELENG-4563
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Change-Id: I5e960e68368a3471d73776b330d4bb12f489d043

.github/workflows/release.yaml

index 3b78f1a..c378be0 100644 (file)
@@ -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 . -)