Skip to content

Commit 556c2e8

Browse files
authored
fix: Fix release pipeline (#58)
1 parent 09fdf53 commit 556c2e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
sed -i -r "s/(version = \")([0-9]+\.[0-9]+\.[0-9]+)(\")/\1${{ steps.get_next_version.outputs.version }}\3/" pyproject.toml
4747
git config --global user.email "[email protected]"
4848
git config --global user.name "${{ github.actor }}"
49-
git add .
49+
git add pyproject.toml
5050
git commit -m 'chore: Bump version to ${{ steps.get_next_version.outputs.version }}. [skip ci]'
5151
git push
5252
git tag ${{ steps.get_next_version.outputs.version }}

0 commit comments

Comments
 (0)