Fix: Correct action version 21/71621/1
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Mon, 24 Apr 2023 18:10:04 +0000 (11:10 -0700)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Mon, 24 Apr 2023 18:10:04 +0000 (11:10 -0700)
Issue: RELENG-4563
Change-Id: Ie3129c744d3774d88ed042609e6de7044f7f4de7
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
.github/workflows/release.yaml

index 34907a5..06e614f 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 . -)