diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0e34c30..032bcfc 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -26,7 +26,7 @@ jobs: # Conditional step: Create a new tag if tests pass - name: Tag version id: tag_version - uses: mathieudutour/github-tag-action@v6.1 + uses: mathieudutour/github-tag-action@v6.2 with: github_token: ${{ secrets.OG_RELEASE_TAG_UPDATE }} release_branches: main