Skip to content

Commit

Permalink
Fix publish to GitHub packages
Browse files Browse the repository at this point in the history
  • Loading branch information
bedrin committed Oct 7, 2020
1 parent f996f3a commit 5df4880
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
echo "keyid: ${{ steps.import_gpg.outputs.keyid }}"
echo "name: ${{ steps.import_gpg.outputs.name }}"
echo "email: ${{ steps.import_gpg.outputs.email }}"
- name: Publish to the Maven Central Repository
run: mvn -P sonatype,release -B deploy
env:
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
# - name: Publish to the Maven Central Repository
# run: mvn -P sonatype,release -B deploy
# env:
# MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
# MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
- name: Set up Java for publishing to GitHub Packages
uses: actions/setup-java@v1
with:
Expand Down

0 comments on commit 5df4880

Please sign in to comment.