Skip to content

Commit

Permalink
Next try 3
Browse files Browse the repository at this point in the history
  • Loading branch information
sceiler committed Mar 20, 2022
1 parent 910a3ca commit ee07e6c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,11 @@ jobs:
git config --global user.email "support@saucelabs.com"
git config --global user.name "${{ github.actor }}"
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
mvn -B --no-transfer-progress release:clean release:prepare -Dusername=${{ github.actor }}
mvn -B --no-transfer-progress release:clean release:prepare -Dusername=${{ github.actor }} -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
env:
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
MAVEN_GPG_PASSPHRASE: ${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }}

- name: Publish package
run: mvn -B --no-transfer-progress clean deploy -DskipTests=true
Expand Down

0 comments on commit ee07e6c

Please sign in to comment.