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 20bab85
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 20bab85

Please sign in to comment.