diff --git a/.github/workflows/create-tag.yml b/.github/workflows/create-tag.yml index ae96b7d2..3395db79 100644 --- a/.github/workflows/create-tag.yml +++ b/.github/workflows/create-tag.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Bump version and push tag - uses: anothrNick/github-tag-action@1.60.0 + uses: anothrNick/github-tag-action@1.61.0 env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN_DOC_TRIGGER_WF }} WITH_V: true