Skip to content

Commit feddca7

Browse files
committed
ci: run release-please against the v7.1.x branch
1 parent 5f970be commit feddca7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release-please.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release Please
33
on:
44
push:
55
branches:
6-
- main
6+
- v7.1.x
77

88
permissions:
99
contents: write
@@ -24,6 +24,7 @@ jobs:
2424
id: release
2525
with:
2626
token: ${{ steps.generate-token.outputs.token }}
27+
target-branch: v7.1.x
2728

2829
- name: Update Gemfile.lock on release PR
2930
if: steps.release.outputs.pr

0 commit comments

Comments
 (0)