chore(release): remove version bumping workflow

This commit is contained in:
Prad Nukala 2024-12-23 15:37:07 +00:00
parent fc9995dd40
commit c9cc4042db

View File

@ -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/')