diff --git a/.github/workflows/autotag.yml b/.github/workflows/autotag.yml index cc622ab..be3e72c 100644 --- a/.github/workflows/autotag.yml +++ b/.github/workflows/autotag.yml @@ -17,5 +17,5 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN}} bump: minor with-v: true - prerelease: false + release-branch: main,ph/autotag # remove ph/autotag when ready dry-run: true # remove when ready