We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09fdf53 commit 556c2e8Copy full SHA for 556c2e8
.github/workflows/release.yml
@@ -46,7 +46,7 @@ jobs:
46
sed -i -r "s/(version = \")([0-9]+\.[0-9]+\.[0-9]+)(\")/\1${{ steps.get_next_version.outputs.version }}\3/" pyproject.toml
47
git config --global user.email "[email protected]"
48
git config --global user.name "${{ github.actor }}"
49
- git add .
+ git add pyproject.toml
50
git commit -m 'chore: Bump version to ${{ steps.get_next_version.outputs.version }}. [skip ci]'
51
git push
52
git tag ${{ steps.get_next_version.outputs.version }}
0 commit comments