Skip to content

Commit fe39d0c

Browse files
changes
1 parent fd2afe8 commit fe39d0c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/bump-version-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898

9999
- name: Bump version
100100
id: bump-version-snapshot
101-
uses: bakdata/ci-templates/actions/patch-snapshot@feat/new-bumpversion
101+
uses: bakdata/ci-templates/actions/bump-version-snapshot@feat/new-bumpversion
102102
with:
103103
working-directory: ${{ inputs.working-directory }}
104104
test-version: ${{ steps.bump-version.outputs.release-version }}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ runs:
2626
id: bump-version
2727
run: |
2828
echo "old-version=$(python -c "from configparser import ConfigParser; cfg = ConfigParser(); cfg.read('.bumpversion.cfg'); print(cfg['bumpversion']['current_version'])")" >> "$GITHUB_OUTPUT"
29-
bump2version --allow-dirty patch
29+
bump2version --allow-dirty --no-tag --no-commit patch
3030
echo "new-version=$(python -c "from configparser import ConfigParser; cfg = ConfigParser(); cfg.read('.bumpversion.cfg'); print(cfg['bumpversion']['current_version'])")" >> "$GITHUB_OUTPUT"
3131
shell: bash
3232
working-directory: ${{ inputs.working-directory }}

0 commit comments

Comments
 (0)