We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 088496b commit 8434c9fCopy full SHA for 8434c9f
.github/workflows/release.yml
@@ -56,3 +56,5 @@ jobs:
56
- uses: actions/checkout@v3
57
- name: Increment Version
58
run: ./gradlew incrementVersion --versionIncrementType=PATCH --versionIncrementBranch=master
59
+ gitUserEmail: ${{ secrets.GIT_USER_EMAIL }}
60
+ gitUserName: ${{ secrets.GIT_USER_NAME }}
.github/workflows/snapshot.yml
@@ -2,7 +2,7 @@ name: Java CI
2
3
on:
4
push:
5
- branches: ['develop', 'master']
+ branches: ['develop']
6
7
jobs:
8
build:
0 commit comments