Skip to content

Commit

Permalink
Apply actual release configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed Nov 5, 2019
1 parent 7caf35f commit 148dd00
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
pull_request:
branches:
- master
- release
schedule:
- cron: "0 0 * * 1"

Expand Down Expand Up @@ -74,7 +75,7 @@ jobs:
java-version: 1.6
architecture: x64
- name: Build project
run: ./mvnw -s nossl.settings.xml verify -Pintegration -Pjava6
run: ./mvnw -s .mvn/nossl.settings.xml verify -Pintegration -Pjava6
openj9-supported:
name: OpenJ9 (supported)
strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
echo "${{ secrets.gpg_public }}" | gpg --import
echo "${{ secrets.gpg_secret }}" | gpg --batch --import
- name: Release project
run: ./mvnw -s release.settings.xml release:prepare release:perform -DdryRun=true -pl !byte-buddy-gradle-plugin -Dbintray.username=${{ secrets.bintray_username }} -Dbintray.password=${{ secrets.bintray_password }} -Dgpg.passphrase=${{ secrets.gpg_passphrase }} -Dgradle.publish.key=${{ secrets.gradle_key }} -Dgradle.publish.secret=${{ secrets.gradle_secret }}
run: ./mvnw -s .mvn/release.settings.xml release:prepare release:perform -Dbintray.username=${{ secrets.bintray_username }} -Dbintray.password=${{ secrets.bintray_password }} -Dgpg.passphrase=${{ secrets.gpg_passphrase }} -Dgradle.publish.key=${{ secrets.gradle_key }} -Dgradle.publish.secret=${{ secrets.gradle_secret }}
File renamed without changes.
File renamed without changes.

0 comments on commit 148dd00

Please sign in to comment.