Fix: Correct version label for GHA call 22/71622/1
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Mon, 24 Apr 2023 18:12:26 +0000 (11:12 -0700)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Mon, 24 Apr 2023 18:12:26 +0000 (11:12 -0700)
Issue: RELENG-4563
Change-Id: Ib677bb53ac47e27501c668d9bd744d61bee9613e
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
.github/workflows/release.yaml

index 1c78dcf..94b6a06 100644 (file)
@@ -13,7 +13,7 @@ jobs:
         uses: actions/checkout@v3
       - 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 . -)