We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3375b2 commit 69cf114Copy full SHA for 69cf114
.github/workflows/publish.yml
@@ -33,9 +33,9 @@ jobs:
33
env:
34
PUBLICATION_CREDENTIALS: ${{ secrets.PUBLICATION_CREDENTIALS }}
35
36
- - name: Gradle closeRepository
37
- run: >
38
- ./gradlew mirai-api-http:closeRepository --info --stacktrace --scan
39
- env:
40
- PUBLICATION_CREDENTIALS: ${{ secrets.PUBLICATION_CREDENTIALS }}
+# - name: Gradle closeRepository
+# run: >
+# ./gradlew mirai-api-http:closeRepository --info --stacktrace --scan
+# env:
+# PUBLICATION_CREDENTIALS: ${{ secrets.PUBLICATION_CREDENTIALS }}
41
0 commit comments