Skip to content

Commit fe63ccb

Browse files
author
Mattia Roccoberton
committed
ci: update release-please workflow (2)
1 parent 799cc3f commit fe63ccb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: .github/workflows/release-please.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
---
22
on:
3+
pull_request:
4+
types: [labeled]
5+
36
push:
47
branches:
58
- main
@@ -14,7 +17,7 @@ jobs:
1417
release-please:
1518
runs-on: ubuntu-latest
1619
steps:
17-
- uses: google-github-actions/release-please-action@v4
20+
- uses: google-github-actions/release-please-action@v3
1821
with:
1922
token: ${{ secrets.GITHUB_TOKEN }}
2023
release-type: ruby

0 commit comments

Comments
 (0)