mirror of
https://github.com/mamoe/mirai.git
synced 2025-02-07 20:27:05 +08:00
Release CI RAM before publish a snapshot page & ignore page creating error
This commit is contained in:
parent
97a37a196f
commit
eff9adf0a3
4
.github/workflows/snapshots.yml
vendored
4
.github/workflows/snapshots.yml
vendored
@ -54,7 +54,11 @@ jobs:
|
||||
SNAPSHOTS_PUBLISHING_URL: ${{ secrets.SNAPSHOTS_PUBLISHING_URL }}
|
||||
CURRENT_BRANCH_NAME: dev
|
||||
|
||||
- name: Release CI RAM
|
||||
run: pkill java
|
||||
continue-on-error: true
|
||||
- run: >
|
||||
./gradlew publishSnapshotPage --info
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
continue-on-error: true
|
||||
|
Loading…
Reference in New Issue
Block a user