Skip to content

Commit 808397b

Browse files
authored
Merge pull request #2474 from microsoft/baywet-patch-1
ci: adds support/v1 to the release please branches
2 parents cb1c496 + 0b0db7c commit 808397b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-please-gha.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
push:
1515
branches:
1616
- main
17+
- support/v1
1718

1819
jobs:
1920
release:
@@ -33,4 +34,4 @@ jobs:
3334
with:
3435
token: ${{ steps.app-token.outputs.token }}
3536
config-file: release-please-config.json
36-
manifest-file: .release-please-manifest.json
37+
manifest-file: .release-please-manifest.json

0 commit comments

Comments
 (0)