diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 365c364..6740af7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -51,7 +51,7 @@ jobs: steps: - name: Bump version and push tag id: tag_version - uses: mathieudutour/github-tag-action@v5.3 + uses: mathieudutour/github-tag-action@v5.6 with: github_token: ${{ secrets.GITHUB_TOKEN }} - name: Create a GitHub release