Skip to content

Commit cc83cc5

Browse files
authored
Update maven-publish.yml
1 parent 1cb580b commit cc83cc5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/maven-publish.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717

1818
steps:
1919
- uses: actions/checkout@v2
20-
with:
21-
ref: ${{ github.event.release.head.ref }}
2220

2321
- name: Set up Java for publishing to Maven Central Repository
2422
uses: actions/setup-java@v2
@@ -61,8 +59,8 @@ jobs:
6159

6260
- name: Commit Pom Version Changes Back to main branch
6361
uses: EndBug/add-and-commit@v7
62+
env:
63+
GITHUB_TOKEN ${{ github.token }}
6464
with:
65-
author_name: Matt Madson
66-
author_email: [email protected]
6765
branch: main
6866
message: 'Roll Pom Version'

0 commit comments

Comments
 (0)