diff --git a/.github/workflows/release_new_tag.yml b/.github/workflows/release_new_tag.yml index 55219b399d..18e0989d59 100644 --- a/.github/workflows/release_new_tag.yml +++ b/.github/workflows/release_new_tag.yml @@ -32,7 +32,7 @@ jobs: # Docs - https://github.com/mathieudutour/github-tag-action - name: Bump Version and Push Tag id: tag_version - uses: mathieudutour/github-tag-action@v6.0 + uses: mathieudutour/github-tag-action@v6.1 with: # Workflows cannot trigger other workflows implicitly # - https://github.community/t/github-actions-workflow-not-triggering-with-tag-push/17053/7