Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
dschiese committed Mar 11, 2024
1 parent bf0fce4 commit 8834dfb
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 @@ -32,7 +32,7 @@ jobs:
run: cat $HOME/.m2/settings.xml

- name: Publish package
run: echo $MAVEN_USERNAME && echo $MAVEN_CENTRAL_TOKEN && mvn deploy -pl qanary_commons
run: echo "maven username is $MAVEN_USERNAME" && echo "maven pw is $MAVEN_CENTRAL_TOKEN" && mvn deploy -pl qanary_commons
env:
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
MAVEN_CENTRAL_TOKEN: ${{ secrets.OSSRH_PASSWORD }}
Expand Down

0 comments on commit 8834dfb

Please sign in to comment.