diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 955bc3ad2..7d3a4eadf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,24 +13,6 @@ permissions: contents: write jobs: - bump-version: - if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'main' - runs-on: ubuntu-latest - name: Bump Current Version - outputs: - new_tag: ${{ steps.bump.outputs.new_tag }} - steps: - - uses: actions/checkout@v4 - with: - token: ${{ secrets.GITHUB_TOKEN }} - fetch-depth: 0 - - name: Create bump and changelog - id: bump - uses: commitizen-tools/commitizen-action@master - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - increment: "PATCH" - new-release: name: Run GoReleaser on New Tag if: startsWith(github.ref, 'refs/tags/')