Skip to content

Commit

Permalink
RePublish2
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoii committed Feb 10, 2023
1 parent df785b6 commit ef483a3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ jobs:
- name: Grant Execute Permission for gradlew
run: chmod +x gradlew

- run: ./gradlew checkMavenCentralPublication --info --scan
- run: ./gradlew mirai-api-http:checkMavenCentralPublication --info --scan
env:
PUBLICATION_CREDENTIALS: ${{ secrets.PUBLICATION_CREDENTIALS }}

- run: ./gradlew mirai-api-http-spi:checkMavenCentralPublication --info --scan
env:
PUBLICATION_CREDENTIALS: ${{ secrets.PUBLICATION_CREDENTIALS }}

Expand All @@ -37,7 +41,7 @@ jobs:
env:
PUBLICATION_CREDENTIALS: ${{ secrets.PUBLICATION_CREDENTIALS }}

- name: Publish to SPI Maven Central
- name: Publish SPI to Maven Central
run: ./gradlew mirai-api-http-spi:publish --info --scan
env:
PUBLICATION_CREDENTIALS: ${{ secrets.PUBLICATION_CREDENTIALS }}
Expand Down

0 comments on commit ef483a3

Please sign in to comment.