Fix: Correct version label for GHA call 23/71623/1
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Mon, 24 Apr 2023 18:13:17 +0000 (11:13 -0700)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Mon, 24 Apr 2023 18:13:17 +0000 (11:13 -0700)
Issue: RELENG-4563
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Change-Id: I0af3d2078b579bd4b48b7cceea3d8b0456e5b918

.github/workflows/release.yaml

index e5ad3f5..5d15aa2 100644 (file)
@@ -27,7 +27,7 @@ jobs:
           pipx run tox -e publish -- --repository pypi
       - 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 . -)