Fix: Correct bad action call
[releng/global-jjb.git] / .github / workflows / release.yaml
index 154640a..34907a5 100644 (file)
@@ -13,7 +13,7 @@ jobs:
         uses: actions/checkout@v3
       - name: Get tag
         id: tag
-        uses: evops-actions/action-get-tag@1.0.1
+        uses: devops-actions/action-get-tag@1.0.2
       - name: Convert tag
         run: >-
           VER=$(echo "${{ steps.tag.outputs.tag }}" | tr . -)