Skip to content

Commit 11b7c3e

Browse files
calebkiagebaywet
authored andcommitted
ci: fix branch name for the release bot github action
1 parent 79c6519 commit 11b7c3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-please.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
push:
33
branches:
4-
- main
4+
- dev
55

66
permissions:
77
contents: write
@@ -18,4 +18,4 @@ jobs:
1818
token: ${{ secrets.RELEASE_PLEASE_TOKEN }} # TODO: Create this token with repo
1919
config-file: release-please-config.json # Set to update gradle.properties & pom.xml
2020
manifest-file: .release-please-manifest.json
21-
target-branch: main
21+
target-branch: dev

0 commit comments

Comments
 (0)