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

.github/workflows/release.yaml

index f88ec0e..e5ad3f5 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 . -)