We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1325f57 commit e0d2165Copy full SHA for e0d2165
.github/workflows/release-5.x.yml
@@ -8,7 +8,7 @@ permissions:
8
pull-requests: write
9
id-token: write
10
11
-name: release-5x
+name: release-5.x
12
13
jobs:
14
release_please:
.github/workflows/release.yml
-name: release
+name: release-latest
@@ -18,6 +18,8 @@ jobs:
18
steps:
19
- id: release
20
uses: googleapis/release-please-action@v4
21
+ with:
22
+ target-branch: main
23
24
ssdlc:
25
needs: [release_please]
0 commit comments