Skip to content

Commit

Permalink
Fixed wrong server-id in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
salmonb committed Mar 19, 2024
1 parent 6e6678b commit ab10a91
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@ jobs:
- name: Set up Maven
uses: s4u/[email protected]
with:
maven-version: 3.9.0
distribution: 'zulu'
java-version: ${{ env.jdk-version }}
server-id: sonatype-deploy
server-id: webfx-sonatype-deploy
server-username: SONATYPE_USERNAME
server-password: SONATYPE_PASSWORD

Expand Down

0 comments on commit ab10a91

Please sign in to comment.