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.
2 parents b1ffb69 + 8434c9f commit e2296c7Copy full SHA for e2296c7
.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