diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index 5163f4e..ba75701 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -121,7 +121,7 @@ jobs: uses: anothrNick/github-tag-action@1.64.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - WITH_V: true + WITH_V: false id: bump - name: Release action uses: ncipollo/release-action@v1