Skip to content

Commit 8434c9f

Browse files
committed
fix github actions
1 parent 088496b commit 8434c9f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,5 @@ jobs:
5656
- uses: actions/checkout@v3
5757
- name: Increment Version
5858
run: ./gradlew incrementVersion --versionIncrementType=PATCH --versionIncrementBranch=master
59+
gitUserEmail: ${{ secrets.GIT_USER_EMAIL }}
60+
gitUserName: ${{ secrets.GIT_USER_NAME }}

.github/workflows/snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Java CI
22

33
on:
44
push:
5-
branches: ['develop', 'master']
5+
branches: ['develop']
66

77
jobs:
88
build:

0 commit comments

Comments
 (0)