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

.github/workflows/release.yaml

index c378be0..63bc4de 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 . -)