Skip to content

Commit e0d2165

Browse files
use generated release action
1 parent 1325f57 commit e0d2165

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/release-5.x.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permissions:
88
pull-requests: write
99
id-token: write
1010

11-
name: release-5x
11+
name: release-5.x
1212

1313
jobs:
1414
release_please:

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permissions:
88
pull-requests: write
99
id-token: write
1010

11-
name: release
11+
name: release-latest
1212

1313
jobs:
1414
release_please:
@@ -18,6 +18,8 @@ jobs:
1818
steps:
1919
- id: release
2020
uses: googleapis/release-please-action@v4
21+
with:
22+
target-branch: main
2123

2224
ssdlc:
2325
needs: [release_please]

0 commit comments

Comments
 (0)