Skip to content

Commit b4a2409

Browse files
authored
chore: support v1 publishing
Signed-off-by: Todd Baert <[email protected]>
1 parent 79def47 commit b4a2409

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Run Release Release
33
on:
44
push:
55
branches:
6-
- main
6+
- v1
77

88
jobs:
99
release-please:
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
command: manifest
1717
token: ${{secrets.GITHUB_TOKEN}}
18-
default-branch: main
18+
default-branch: v1
1919
outputs:
2020
release_created: ${{ steps.release.outputs.release_created }}
2121
release_tag_name: ${{ steps.release.outputs.tag_name }}

0 commit comments

Comments
 (0)