diff --git a/.github/workflows/build_and_publish.yaml b/.github/workflows/build_and_publish.yaml index 6a72bd2..90efd44 100644 --- a/.github/workflows/build_and_publish.yaml +++ b/.github/workflows/build_and_publish.yaml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 - name: Bump version and push tag id: tag - uses: mathieudutour/github-tag-action@v6.1 + uses: mathieudutour/github-tag-action@v6.2 # As this workflow is currently written, # this is a redundant check: the workflow should only ever run on push to main. # But it is an extra safeguard and reminder of the behaviour of github-tag-action.