Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ucf4 authored Aug 19, 2024
1 parent b9a5660 commit ec1c590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
run: mvn clean install

- name: Deploy to Github Packages
run: mvn deploy --settings .github/workflows/mvn-settings.xml
run: mvn -e deploy --settings .github/workflows/mvn-settings.xml
env:
GITHUB_TOKEN: '${{ secrets.LIB_GITHUB_TOKEN }}'

0 comments on commit ec1c590

Please sign in to comment.