Skip to content

Commit

Permalink
chore: Tweak release-please GH Action
Browse files Browse the repository at this point in the history
Signed-off-by: Gordon Smith <[email protected]>
  • Loading branch information
GordonSmith committed Sep 6, 2024
1 parent baf4cd8 commit 8184f44
Showing 1 changed file with 2 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 @@ -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

0 comments on commit 8184f44

Please sign in to comment.