Skip to content

Commit

Permalink
[release] Fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed Jan 20, 2020
1 parent 8fd0d85 commit 2f766ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,6 @@ jobs:
run: |
echo "${{ secrets.gpg_secret }}" | gpg --batch --import
export GPG_TTY=$(tty)
git config user.name "Rafael Winterhalter"
git config user.email "[email protected]"
./mvnw -B -s .mvn/release.settings.xml release:prepare release:perform -Drepository.url=https://${GITHUB_ACTOR}:${{ secrets.GITHUB_TOKEN }}@github.com/${GITHUB_REPOSITORY}.git -Dbintray.username=raphw -Dbintray.password=${{ secrets.bintray_password }} -Dgpg.passphrase=${{ secrets.gpg_passphrase }} -Dgpg.keyname=B4AC8CDC141AF0AE468D16921DA784CCB5C46DD5 -Dgradle.key=${{ secrets.gradle_key }} -Dgradle.secret=${{ secrets.gradle_secret }}

0 comments on commit 2f766ff

Please sign in to comment.