Skip to content

Commit

Permalink
ci: Remove publication to Bintray
Browse files Browse the repository at this point in the history
  • Loading branch information
osipxd authored Aug 23, 2021
1 parent 90719f9 commit 31fb942
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,6 @@ on:
tags: [ v* ]

jobs:
bintray:
name: Publish to Bintray
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Java
uses: actions/setup-java@v1
with:
java-version: 8
- name: Upload to Bintray
uses: eskatos/gradle-command-action@v1
with:
arguments: bintrayUpload
env:
BINTRAY_USERNAME: ${{ secrets.BINTRAY_USERNAME }}
BINTRAY_API_KEY: ${{ secrets.BINTRAY_API_KEY }}

release:
name: Create Release
runs-on: ubuntu-latest
Expand Down

0 comments on commit 31fb942

Please sign in to comment.