This commit is contained in:
Ryder Belserion 2022-06-10 23:31:59 -04:00 committed by GitHub
parent 9b8492873b
commit c9a0e63346
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -9,7 +9,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
@ -27,3 +27,8 @@ 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 }}