Skip to content

Commit 99c6fd8

Browse files
committed
Refactor workflow step name for clarity in version bumping process
1 parent 09f9bb1 commit 99c6fd8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,11 @@ jobs:
3434
echo version: $version_number
3535
echo "version=$version_number" >> $GITHUB_OUTPUT
3636
37-
- name: Bump project version in pyproject.toml
37+
- name: Bump project version in pyproject.toml and add changes to current branch and tag
3838
run: |
3939
VERSION=${{ steps.retrieve-version.outputs.version }}
4040
uvx --from=toml-cli toml set --toml-path=pyproject.toml project.version $VERSION
4141
42-
- name: Add changes to current branch and tag
43-
run: |
4442
git config --local user.email "action@github.com"
4543
git config --local user.name "GitHub Action"
4644

0 commit comments

Comments
 (0)