Skip to content

Commit

Permalink
fix gitflow version
Browse files Browse the repository at this point in the history
  • Loading branch information
parvez3019 committed Mar 30, 2024
1 parent 6cc77ce commit 2f0df82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Java for publishing to Maven Central Repository
uses: actions/setup-java@v4
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'
server-id: ossrh
server-username: MAVEN_USERNAME
Expand All @@ -26,7 +26,7 @@ jobs:
- name: Set up Java for publishing to GitHub Packages
uses: actions/setup-java@v4
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'
- name: Publish to GitHub Packages
run: mvn --batch-mode deploy
Expand Down

0 comments on commit 2f0df82

Please sign in to comment.