Skip to content

Commit

Permalink
fix: 💚 Fix python version update in release please
Browse files Browse the repository at this point in the history
  • Loading branch information
SongshGeo committed Feb 6, 2025
1 parent 0331ce2 commit 365df5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: google-github-actions/release-please-action@v3
id: release
with:
release-type: node
release-type: python
package-name: abses
token: ${{ secrets.GITHUB_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": {
".": {
"changelog-path": "CHANGELOG.md",
"release-type": "node",
"release-type": "python",
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"draft": false,
Expand Down

0 comments on commit 365df5c

Please sign in to comment.