Skip to content

Commit 31fb942

Browse files
authored
ci: Remove publication to Bintray
1 parent 90719f9 commit 31fb942

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,6 @@ on:
55
tags: [ v* ]
66

77
jobs:
8-
bintray:
9-
name: Publish to Bintray
10-
runs-on: ubuntu-latest
11-
12-
steps:
13-
- name: Checkout code
14-
uses: actions/checkout@v2
15-
- name: Setup Java
16-
uses: actions/setup-java@v1
17-
with:
18-
java-version: 8
19-
- name: Upload to Bintray
20-
uses: eskatos/gradle-command-action@v1
21-
with:
22-
arguments: bintrayUpload
23-
env:
24-
BINTRAY_USERNAME: ${{ secrets.BINTRAY_USERNAME }}
25-
BINTRAY_API_KEY: ${{ secrets.BINTRAY_API_KEY }}
26-
278
release:
289
name: Create Release
2910
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)