Skip to content

Commit

Permalink
build: add config dump
Browse files Browse the repository at this point in the history
  • Loading branch information
Mause committed Dec 5, 2023
1 parent 0ebda2e commit dc3ec8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- run: npx release-please debug-config --repo-url https://github.com/Mause/duckdb_engine
- uses: google-github-actions/release-please-action@v4
with:
release-type: python
Expand Down
2 changes: 1 addition & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packages": {
".": {
"projectName": "duckdb_engine",
"package-name": "duckdb_engine",
"releaseType": "python",
"draft": true,
"prerelease": false,
Expand Down

0 comments on commit dc3ec8d

Please sign in to comment.