Skip to content

Commit

Permalink
Update release.yml (#593)
Browse files Browse the repository at this point in the history
embrace the semver
  • Loading branch information
jonsie committed Mar 11, 2020
1 parent 4c4f132 commit 474b2a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
BINTRAY_USER: ${{ secrets.BINTRAY_USER }}
BINTRAY_API_KEY: ${{ secrets.BINTRAY_API_KEY }}
GRADLE_OPTS: -Xmx6g -Xms6g -Dorg.gradle.daemon=false
if: github.event.release.prerelease == true && endsWith(github.event.ref, '-rc*')
if: github.event.release.prerelease == true
run: |
./gradlew -PenablePublishing=true --info -Prelease.disableGitChecks=true -Prelease.useLastTag=true -PbintrayUser="${BINTRAY_USER}" -PbintrayKey="${BINTRAY_API_KEY}" candidate
- name: Release build
Expand Down

0 comments on commit 474b2a5

Please sign in to comment.