Bump to OPENRNDR 0.3.42, Fix publish to bintray
This commit is contained in:
3
.github/workflows/release-to-bintray.yml
vendored
3
.github/workflows/release-to-bintray.yml
vendored
@@ -3,7 +3,6 @@ on:
|
||||
push:
|
||||
tags:
|
||||
- v[0-9].[0-9]+.[0-9]+
|
||||
- v[0-9].[0-9]+.[0-9]+-rc.[0-9]+
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-18.04
|
||||
@@ -16,7 +15,7 @@ jobs:
|
||||
with:
|
||||
java-version: 8
|
||||
- name: Build and publish to local maven
|
||||
run: ./gradlew -Prelease.useLastTag=true candidate publishToMavenLocal --info
|
||||
run: ./gradlew -Prelease.useLastTag=true release publishToMavenLocal --info
|
||||
- name: Zip and publish to Bintray
|
||||
run: |
|
||||
cd ~/.m2/repository
|
||||
|
||||
Reference in New Issue
Block a user