Skip to content

Commit

Permalink
Merge pull request #262 from GordonSmith/RELEASE_PLEASE_TWEAKS
Browse files Browse the repository at this point in the history
Release please tweaks
  • Loading branch information
GordonSmith committed Sep 6, 2024
2 parents 769fdda + 8184f44 commit 5b01a6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ on:
push:
branches:
- trunk
- trunk-2.x

permissions:
contents: write
Expand All @@ -12,7 +11,7 @@ name: release-please

jobs:
release-please:
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
steps:
- name: Initialize Release Please
id: release
Expand Down Expand Up @@ -46,6 +45,7 @@ jobs:
sudo apt-get install -y chromium
- name: Export GitHub Actions cache environment variables
if: ${{ steps.release.outputs.release_created }}
uses: actions/github-script@v7
with:
script: |
Expand Down
1 change: 0 additions & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
".": "3.2.0",
"packages/base91": "1.3.0",
"packages/duckdb": "1.3.0",
"packages/expat": "1.3.0",
Expand Down

0 comments on commit 5b01a6e

Please sign in to comment.