Skip to content

Commit

Permalink
fix(release): fixed the release-please action config
Browse files Browse the repository at this point in the history
  • Loading branch information
shinybrar committed Jun 7, 2024
1 parent 008e69d commit eb0411c
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"extra-files": [
"workflow/__init__.py"
],
".": "0.8.0"
"packages": {
".": {
"extra-files": [
"workflow/__init__.py"
],
"package-name": "workflow",
"release-type": "python"
}
}
}

0 comments on commit eb0411c

Please sign in to comment.