Skip to content

Commit

Permalink
Merge pull request #103 from steleal/fix-workflow
Browse files Browse the repository at this point in the history
Fix sonatype creds
  • Loading branch information
MadSchemas authored Aug 15, 2024
2 parents c3a8b6d + 3c8e0ff commit 2df0a9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ jobs:
- name: Perform release
run: mvn --batch-mode release:perform -Psign-artifacts
env:
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME_1 }}
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD_1 }}

0 comments on commit 2df0a9c

Please sign in to comment.