We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90719f9 commit 31fb942Copy full SHA for 31fb942
1 file changed
.github/workflows/publish.yml
@@ -5,25 +5,6 @@ on:
5
tags: [ v* ]
6
7
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
22
- arguments: bintrayUpload
23
- env:
24
- BINTRAY_USERNAME: ${{ secrets.BINTRAY_USERNAME }}
25
- BINTRAY_API_KEY: ${{ secrets.BINTRAY_API_KEY }}
26
27
release:
28
name: Create Release
29
runs-on: ubuntu-latest
0 commit comments