Update maven-publish.yml

This commit is contained in:
Ryder Belserion 2022-06-10 23:28:15 -04:00 committed by GitHub
parent f4f004db1c
commit 9b8492873b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
@ -27,8 +27,3 @@ jobs:
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: Publish to GitHub Packages Apache Maven
run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml
env:
GITHUB_TOKEN: ${{ github.token }}