Skip to content

Commit

Permalink
trying out automated config to release packages of the application
Browse files Browse the repository at this point in the history
  • Loading branch information
teixeira-fernando committed Oct 15, 2023
1 parent c96b9aa commit 0326845
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/maven-packages-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write,
packages: write

steps:
- uses: actions/checkout@v4
Expand All @@ -28,7 +28,6 @@ jobs:
java-version: 11
java-distribution: adopt
maven-version: 3.8.1

- name: Publish to GitHub Packages Apache Maven
run: |
mvn -f inventory/ deploy -s settings.xml -Dserver.github.password=${{ github.token }}
Expand Down

0 comments on commit 0326845

Please sign in to comment.