Skip to content

Commit 69cf114

Browse files
committed
Remove close after publishing
1 parent b3375b2 commit 69cf114

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333
env:
3434
PUBLICATION_CREDENTIALS: ${{ secrets.PUBLICATION_CREDENTIALS }}
3535

36-
- name: Gradle closeRepository
37-
run: >
38-
./gradlew mirai-api-http:closeRepository --info --stacktrace --scan
39-
env:
40-
PUBLICATION_CREDENTIALS: ${{ secrets.PUBLICATION_CREDENTIALS }}
36+
# - name: Gradle closeRepository
37+
# run: >
38+
# ./gradlew mirai-api-http:closeRepository --info --stacktrace --scan
39+
# env:
40+
# PUBLICATION_CREDENTIALS: ${{ secrets.PUBLICATION_CREDENTIALS }}
4141

0 commit comments

Comments
 (0)