Change auth settings
This commit is contained in:
3
.github/workflows/release-to-bintray.yml
vendored
3
.github/workflows/release-to-bintray.yml
vendored
@@ -13,4 +13,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
java-version: 8
|
java-version: 8
|
||||||
- name: Build and release to Bintray
|
- name: Build and release to Bintray
|
||||||
|
env:
|
||||||
|
BINTRAY_USER: ${{ secrets.BINTRAY_USER }}
|
||||||
|
BINTRAY_KEY: ${{ secrets.BINTRAY_KEY }}
|
||||||
run: ./gradlew -Prelease.useLastTag=true candidate publishNebulaPublicationToBintrayRepository --info
|
run: ./gradlew -Prelease.useLastTag=true candidate publishNebulaPublicationToBintrayRepository --info
|
||||||
Reference in New Issue
Block a user