Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
yannick-roeder committed Nov 21, 2024
1 parent 5b9077d commit a003d9b
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/bump-version-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,6 @@ jobs:
release-type: ${{ inputs.release-type }}
working-directory: ${{ inputs.working-directory }}

- name: Debug
shell: bash
run: |
git status
- name: Create changelog
id: build-changelog
uses: bakdata/ci-templates/actions/changelog-generate@tiedemann/changelog-action-fix
Expand All @@ -81,11 +76,6 @@ jobs:
tag: ${{ steps.bump-version.outputs.release-version }}
changelog-file: CHANGELOG.md

- name: Debug
shell: bash
run: |
git status
- name: Commit and push changes including .bumpversion.cfg file
uses: bakdata/ci-templates/actions/[email protected]
with:
Expand Down

0 comments on commit a003d9b

Please sign in to comment.