diff --git a/.github/workflows/autotag.yaml b/.github/workflows/autotag.yaml index 1ce2e9b..f000d0c 100644 --- a/.github/workflows/autotag.yaml +++ b/.github/workflows/autotag.yaml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v2 - name: Bump version and push tag id: tag_version - uses: mathieudutour/github-tag-action@v5.5 + uses: mathieudutour/github-tag-action@v5.6 with: github_token: ${{ secrets.PAT }} - name: Create a GitHub release