We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f90fb1f commit 956ec37Copy full SHA for 956ec37
.github/workflows/main.yml
@@ -3,6 +3,7 @@ on:
3
push:
4
branches:
5
- main
6
+ - release/*
7
pull_request:
8
9
- '**'
@@ -263,6 +264,7 @@ jobs:
263
264
id: release
265
with:
266
token: ${{ secrets.UCI_GITHUB_TOKEN || github.token }}
267
+ target-branch: ${{ github.ref_name }}
268
manifest-file: .release-please-manifest.json
269
config-file: .release-please.json
270
- uses: actions/checkout@v5
0 commit comments