diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9ee27adc..2ae7e8eb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,32 +56,3 @@ jobs: new_branch: ${{ steps.get_branch.outputs.BRANCH }} author_name: elasticcloudclients author_email: elasticcloudclients@elastic.co - - bump-minor-version: - name: Bump main version - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v4 - with: - ref: master - fetch-depth: 0 - token: ${{ secrets.GITHUB_TOKEN }} - - - name: Set up Go - uses: actions/setup-go@v5 - with: - go-version: 1.19 - id: go - - - name: Bump main version - run: make minor; git diff - - - name: Commit changes to main - uses: EndBug/add-and-commit@v9 - with: - default_author: user_info - message: 'Update minor version' - branch: master - author_name: elasticcloudclients - author_email: elasticcloudclients@elastic.co