Skip to content

Commit

Permalink
Update maven-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mmadson authored Jun 29, 2021
1 parent 1cb580b commit cc83cc5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.event.release.head.ref }}

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

- name: Commit Pom Version Changes Back to main branch
uses: EndBug/add-and-commit@v7
env:
GITHUB_TOKEN ${{ github.token }}
with:
author_name: Matt Madson
author_email: [email protected]
branch: main
message: 'Roll Pom Version'

0 comments on commit cc83cc5

Please sign in to comment.