We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81e38b3 commit cef0551Copy full SHA for cef0551
.github/workflows/gradle.yml
@@ -20,7 +20,7 @@ jobs:
20
bintrayUser: ${{ secrets.bintrayUsername }}
21
bintrayApiKey: ${{ secrets.bintrayApiKey }}
22
run: ./gradlew bintrayUpload
23
- - name: Publish (GitHub Packages)
24
- env:
25
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26
- run: ./gradlew publish
+# - name: Publish (GitHub Packages)
+# env:
+# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+# run: ./gradlew publish
0 commit comments