Skip to content

Commit

Permalink
Update maven-publish-snapshot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rhames07 authored Mar 29, 2022
1 parent d9bc7b1 commit 7d1bdaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven-publish-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up JDK 1.8
uses: actions/setup-java@v2
with:
java-version: 1.8
java-version: '8'
distribution: 'adopt'
server-id: ossrh
server-username: MAVEN_USERNAME
Expand All @@ -41,4 +41,4 @@ jobs:
--no-transfer-progress \
--batch-mode \
-Dgpg.passphrase=${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }} \
clean deploy
clean deploy

0 comments on commit 7d1bdaf

Please sign in to comment.