Skip to content

Commit

Permalink
Done i guess
Browse files Browse the repository at this point in the history
  • Loading branch information
lamba92 committed Nov 18, 2020
1 parent 37831c1 commit 48c4412
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publication.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
id: gradle
uses: eskatos/gradle-command-action@v1
with:
arguments: :publish
arguments: publish
env:
BINTRAYAPIKEY: ${{secrets.BINTRAYAPIKEY}}
BINTRAYUSERNAME: ${{secrets.BINTRAYUSERNAME}}
3 changes: 0 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,3 @@ tasks {

val dockerBuildxSetup by tasks.registering(DockerBuildxSetup::class)

task("publish") {
group = "publishing"
}

0 comments on commit 48c4412

Please sign in to comment.