Skip to content

Commit

Permalink
Merge pull request #834 from Mause/renovate/google-github-actions-rel…
Browse files Browse the repository at this point in the history
…ease-please-action-4.x

chore(deps): update google-github-actions/release-please-action action to v4
  • Loading branch information
Mause authored Dec 5, 2023
2 parents 221bfd1 + dc3ec8d commit 24096ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
- 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
package-name: duckdb_engine
token: ${{ secrets.ACCESS_TOKEN }}
1 change: 1 addition & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"packages": {
".": {
"package-name": "duckdb_engine",
"releaseType": "python",
"draft": true,
"prerelease": false,
Expand Down

0 comments on commit 24096ea

Please sign in to comment.