Explorar o código

Update anothrNick/github-tag-action action to v1.70.0

renovate[bot] hai 2 meses
pai
achega
6f825dd6fd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/release.yml

+ 1 - 1
.github/workflows/release.yml

@@ -140,7 +140,7 @@ jobs:
     - name: Bump version and push tag
       if: steps.version_check.outcome == 'success' && steps.version_check.conclusion == 'success'
       id: tag_version
-      uses: anothrNick/github-tag-action@1.67.0
+      uses: anothrNick/github-tag-action@1.70.0
       env:
         GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
         CUSTOM_TAG: ${{ env.VERSION_TAG }}