diff --git a/.github/workflows/version-bump.yml b/.github/workflows/version-bump.yml index 8eec1eeb3..8b5331bc4 100644 --- a/.github/workflows/version-bump.yml +++ b/.github/workflows/version-bump.yml @@ -46,6 +46,6 @@ jobs: body: | Automated version bump to ${{ steps.bump-version.outputs.NEW_VERSION }} branch: version-bump-${{ steps.bump-version.outputs.NEW_VERSION }} - base: main + base: master labels: | Release \ No newline at end of file