mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-13 14:50:43 +08:00
Fix publishing workflow
This commit is contained in:
parent
2d1c66135e
commit
f2d9c0e5d2
14
.github/workflows/bintray.yml
vendored
14
.github/workflows/bintray.yml
vendored
@ -6,7 +6,7 @@ name: Bintray Publish
|
||||
# events but only for the master branch
|
||||
on:
|
||||
release:
|
||||
types: [ created, prereleased ]
|
||||
types: [ created ]
|
||||
push:
|
||||
tags:
|
||||
- '*-dev*'
|
||||
@ -108,12 +108,12 @@ jobs:
|
||||
-Dbintray_user=${{ secrets.BINTRAY_USER }} -Pbintray_user=${{ secrets.BINTRAY_USER }}
|
||||
-Dbintray_key=${{ secrets.BINTRAY_KEY }} -Pbintray_key=${{ secrets.BINTRAY_KEY }}
|
||||
|
||||
- name: Gradle :mirai-console-intellij:bintrayUpload
|
||||
run: >
|
||||
./gradlew
|
||||
:mirai-console-intellij:bintrayUpload --info
|
||||
-Dbintray_user=${{ secrets.BINTRAY_USER }} -Pbintray_user=${{ secrets.BINTRAY_USER }}
|
||||
-Dbintray_key=${{ secrets.BINTRAY_KEY }} -Pbintray_key=${{ secrets.BINTRAY_KEY }}
|
||||
# - name: Gradle :mirai-console-intellij:bintrayUpload
|
||||
# run: >
|
||||
# ./gradlew
|
||||
# :mirai-console-intellij:bintrayUpload --info
|
||||
# -Dbintray_user=${{ secrets.BINTRAY_USER }} -Pbintray_user=${{ secrets.BINTRAY_USER }}
|
||||
# -Dbintray_key=${{ secrets.BINTRAY_KEY }} -Pbintray_key=${{ secrets.BINTRAY_KEY }}
|
||||
|
||||
- name: Publish Gradle plugin
|
||||
run: >
|
||||
|
Loading…
Reference in New Issue
Block a user