Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ucf4 committed Aug 23, 2024
1 parent f58018c commit 4802019
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-to-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
run: mvn -B package

- name: Publish package to github Repo
run: mvn -e switch deploy --settings .github/workflows/mvn-settings.xml
run: mvn -e deploy --settings .github/workflows/mvn-settings.xml
env:
LIB_GITHUB_ACTOR: '${{ secrets.LIB_GITHUB_ACTOR }}'
LIB_GITHUB_TOKEN: '${{ secrets.LIB_GITHUB_TOKEN }}'

- name: Publish package to Maven Central
run: mvn -e switch deploy --settings .github/workflows/mvn-settings.xml
run: mvn -e deploy --settings .github/workflows/mvn-settings.xml
env:
SONATYPE_USERNAME: '${{ secrets.SONATYPE_USERNAME }}'
SONATYPE_PASSWORD: '${{ secrets.SONATYPE_PASSWORD }}'

0 comments on commit 4802019

Please sign in to comment.