Skip to content

Commit 527db06

Browse files
authored
Update release.yml
1 parent 55692b7 commit 527db06

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
matrix:
1010
java: ['8']
1111
env:
12-
GIT_USER_NAME: puneetbehl
13-
GIT_USER_EMAIL: behlp@objectcomputing.com
12+
GIT_USER_NAME: grails-build
13+
GIT_USER_EMAIL: grails-build@users.noreply.github.com
1414
steps:
1515
- name: Checkout repository
1616
uses: actions/checkout@v4
@@ -73,4 +73,4 @@ jobs:
7373
with:
7474
token: ${{ secrets.GITHUB_TOKEN }}
7575
env:
76-
SNAPSHOT_SUFFIX: -SNAPSHOT
76+
SNAPSHOT_SUFFIX: -SNAPSHOT

0 commit comments

Comments
 (0)