We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 599d89d commit 7f841d1Copy full SHA for 7f841d1
1 file changed
.github/workflows/gradle.yml
@@ -22,6 +22,7 @@ jobs:
22
BUILD_NUMBER: 0 # Releases are always major.minor.revision_0
23
run: ./gradlew bintrayUpload
24
sendMessage:
25
+ needs: [publish]
26
if: success()
27
runs-on: ubuntu-latest
28
steps:
0 commit comments