Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
yordanovsstoyan committed Nov 9, 2023
1 parent fd2afe8 commit fe39d0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bump-version-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:

- name: Bump version
id: bump-version-snapshot
uses: bakdata/ci-templates/actions/patch-snapshot@feat/new-bumpversion
uses: bakdata/ci-templates/actions/bump-version-snapshot@feat/new-bumpversion
with:
working-directory: ${{ inputs.working-directory }}
test-version: ${{ steps.bump-version.outputs.release-version }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ runs:
id: bump-version
run: |
echo "old-version=$(python -c "from configparser import ConfigParser; cfg = ConfigParser(); cfg.read('.bumpversion.cfg'); print(cfg['bumpversion']['current_version'])")" >> "$GITHUB_OUTPUT"
bump2version --allow-dirty patch
bump2version --allow-dirty --no-tag --no-commit patch
echo "new-version=$(python -c "from configparser import ConfigParser; cfg = ConfigParser(); cfg.read('.bumpversion.cfg'); print(cfg['bumpversion']['current_version'])")" >> "$GITHUB_OUTPUT"
shell: bash
working-directory: ${{ inputs.working-directory }}

0 comments on commit fe39d0c

Please sign in to comment.