Skip to content

Commit

Permalink
[build] Continue on error when failed to publish Gradle plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Him188 committed Oct 20, 2022
1 parent 6fc6025 commit 445581c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ jobs:
run: ./gradlew publish ${{ env.gradleArgs }}

- name: Publish Gradle plugin
continue-on-error: true
run: ./gradlew
:mirai-console-gradle:publishPlugins ${{ env.gradleArgs }}
-Dgradle.publish.key=${{ secrets.GRADLE_PUBLISH_KEY }} -Pgradle.publish.key=${{ secrets.GRADLE_PUBLISH_KEY }}
Expand Down

0 comments on commit 445581c

Please sign in to comment.