We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df785b6 commit ef483a3Copy full SHA for ef483a3
1 file changed
.github/workflows/publish.yml
@@ -22,7 +22,11 @@ jobs:
22
- name: Grant Execute Permission for gradlew
23
run: chmod +x gradlew
24
25
- - run: ./gradlew checkMavenCentralPublication --info --scan
+ - 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
30
env:
31
PUBLICATION_CREDENTIALS: ${{ secrets.PUBLICATION_CREDENTIALS }}
32
@@ -37,7 +41,7 @@ jobs:
37
41
38
42
39
43
40
- - name: Publish to SPI Maven Central
44
+ - name: Publish SPI to Maven Central
45
run: ./gradlew mirai-api-http-spi:publish --info --scan
46
47
0 commit comments