diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 18f7a8b..bd91090 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -54,7 +54,7 @@ jobs: submodules: recursive fetch-depth: '0' - name: Bump version and push tag - uses: anothrNick/github-tag-action@1.69.0 + uses: anothrNick/github-tag-action@1.71.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} DEFAULT_BUMP: "patch"