We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0055e5 commit 1ab6cd7Copy full SHA for 1ab6cd7
.github/workflows/build.yaml
@@ -65,4 +65,4 @@ jobs:
65
env:
66
BINTRAY_USER: ${{ secrets.BINTRAY_USER }}
67
BINTRAY_KEY: ${{ secrets.BINTRAY_KEY }}
68
- run: ./gradlew -PSNAPSHOT publish
+ run: ./gradlew publishSnapshot
.github/workflows/release.yaml
@@ -2,10 +2,10 @@ name: release
2
3
on:
4
push:
5
- tags:
6
- - 'v*'
7
-# release:
8
-# types: [published]
+ release:
+ types: [published]
+# tags:
+# - 'v*'
9
10
jobs:
11
@@ -32,4 +32,4 @@ jobs:
32
33
34
35
- run: ./gradlew -PRELEASE publish
+ run: ./gradlew publishRelease
0 commit comments