Fix: Correct action version
[releng/global-jjb.git] / .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 . -)