We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79e66bb commit 222327aCopy full SHA for 222327a
1 file changed
.github/workflows/publish.yml
@@ -39,7 +39,7 @@ jobs:
39
run: |
40
git config user.name "github-actions[bot]"
41
git config user.email "github-actions[bot]@users.noreply.github.com"
42
- git add package.json package-lock.json
+ git add pyproject.toml
43
git commit -m "chore: bump version to ${{ steps.get_version.outputs.version }}" || echo "No changes to commit"
44
45
- name: Push changes
0 commit comments