Skip to content

Commit ef483a3

Browse files
committed
RePublish2
1 parent df785b6 commit ef483a3

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@ jobs:
2222
- name: Grant Execute Permission for gradlew
2323
run: chmod +x gradlew
2424

25-
- run: ./gradlew checkMavenCentralPublication --info --scan
25+
- run: ./gradlew mirai-api-http:checkMavenCentralPublication --info --scan
26+
env:
27+
PUBLICATION_CREDENTIALS: ${{ secrets.PUBLICATION_CREDENTIALS }}
28+
29+
- run: ./gradlew mirai-api-http-spi:checkMavenCentralPublication --info --scan
2630
env:
2731
PUBLICATION_CREDENTIALS: ${{ secrets.PUBLICATION_CREDENTIALS }}
2832

@@ -37,7 +41,7 @@ jobs:
3741
env:
3842
PUBLICATION_CREDENTIALS: ${{ secrets.PUBLICATION_CREDENTIALS }}
3943

40-
- name: Publish to SPI Maven Central
44+
- name: Publish SPI to Maven Central
4145
run: ./gradlew mirai-api-http-spi:publish --info --scan
4246
env:
4347
PUBLICATION_CREDENTIALS: ${{ secrets.PUBLICATION_CREDENTIALS }}

0 commit comments

Comments
 (0)