Skip to content

Commit

Permalink
Try to fix snapshot deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
theigl committed Oct 16, 2023
1 parent eb67ff7 commit 35c673d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ jobs:
run: mvn -v && mvn -B -P requireSnapshot --no-transfer-progress -DskipTests deploy --settings build/settings-sonatype.xml
if: env.PUBLISH_ARTIFACTS == 'true'
env:
SONATYPE_USERNAME: martin.grotzke
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
SONATYPE_USERNAME: theigl
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD_TH }}

0 comments on commit 35c673d

Please sign in to comment.