Skip to content

Commit

Permalink
skip bintray publish
Browse files Browse the repository at this point in the history
  • Loading branch information
hpratt committed May 20, 2023
1 parent ad6fab6 commit 36a04c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/mavenpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ jobs:
java-version: 1.8
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
settings-path: ${{ github.workspace }} # location for the settings.xml file

- name: Test
run: scripts/test.sh

- name: Build
run: scripts/build.sh
Expand All @@ -31,9 +28,3 @@ jobs:
run: ./gradlew publish
env:
GITHUB_TOKEN: ${{ github.token }}

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

group = "io.krews"
version = "0.14.0"
version = "0.14.1"

repositories {
maven { setUrl("https://dl.bintray.com/kotlin/kotlin-eap") }
Expand Down

0 comments on commit 36a04c9

Please sign in to comment.