Skip to content

Commit

Permalink
try publishing to bintray with GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hpratt committed Nov 20, 2020
1 parent 8a2ac47 commit 81bb7e7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/mavenpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,9 @@ jobs:
run: ./gradlew publish
env:
GITHUB_TOKEN: ${{ github.token }}

- name: Bintray Publish
run: ./gradlew scripts/publish.sh
env:
BINTRAY_USER: ${{ secrets.BINTRAY_USER }}
BINTRAY_KEY: ${{ secrets.BINTRAY_KEY }}
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "io.krews"
version = "0.11.0"
version = "0.11.1"

repositories {
maven { setUrl("http://dl.bintray.com/kotlin/kotlin-eap") }
Expand Down Expand Up @@ -93,4 +93,4 @@ bintray {
setLabels("kotlin")
setLicenses("MIT")
})
}
}

0 comments on commit 81bb7e7

Please sign in to comment.