Skip to content

Commit 20bab85

Browse files
committed
Merge pull request #262 from GordonSmith/RELEASE_PLEASE_TWEAKS
Release please tweaks
2 parents 769fdda + 8184f44 commit 20bab85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-please.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ on:
22
push:
33
branches:
44
- trunk
5-
- trunk-2.x
65

76
permissions:
87
contents: write
@@ -12,7 +11,7 @@ name: release-please
1211

1312
jobs:
1413
release-please:
15-
runs-on: ubuntu-24.04
14+
runs-on: ubuntu-latest
1615
steps:
1716
- name: Initialize Release Please
1817
id: release
@@ -46,6 +45,7 @@ jobs:
4645
sudo apt-get install -y chromium
4746
4847
- name: Export GitHub Actions cache environment variables
48+
if: ${{ steps.release.outputs.release_created }}
4949
uses: actions/github-script@v7
5050
with:
5151
script: |

0 commit comments

Comments
 (0)