Skip to content

Commit

Permalink
[ci] Fix CI package upload
Browse files Browse the repository at this point in the history
  • Loading branch information
delsner authored Jun 21, 2023
1 parent f5c4ce0 commit 4f9219f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ jobs:

- name: Publish to GitHub Packages Apache Maven
if: ${{ startsWith(github.ref, 'refs/tags/') && matrix.os == 'ubuntu-latest' && matrix.java-version == '11' }}
run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml -DskipTests
run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml -Pgithub -DskipTests
env:
GITHUB_TOKEN: ${{ github.token }}

0 comments on commit 4f9219f

Please sign in to comment.