We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79c6519 commit 11b7c3eCopy full SHA for 11b7c3e
.github/workflows/release-please.yml
@@ -1,7 +1,7 @@
1
on:
2
push:
3
branches:
4
- - main
+ - dev
5
6
permissions:
7
contents: write
@@ -18,4 +18,4 @@ jobs:
18
token: ${{ secrets.RELEASE_PLEASE_TOKEN }} # TODO: Create this token with repo
19
config-file: release-please-config.json # Set to update gradle.properties & pom.xml
20
manifest-file: .release-please-manifest.json
21
- target-branch: main
+ target-branch: dev
0 commit comments