Skip to content

Commit

Permalink
fix: Unexpected input for release-please
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinying committed Aug 3, 2024
1 parent 590924d commit 24703fe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ jobs:
with:
token: ${{ steps.app-token.outputs.token }}
release-type: python
include-v-in-tag: false
7 changes: 7 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"packages": {
".": {
"include-v-in-tag": false
}
}
}

0 comments on commit 24703fe

Please sign in to comment.