mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-21 22:50:42 +08:00
ci: add needs
This commit is contained in:
@@ -71,7 +71,7 @@ jobs:
|
||||
|
||||
docker-push:
|
||||
name: Docker Push
|
||||
needs: [ build-jar ]
|
||||
needs: [ info, build-jar ]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
@@ -117,7 +117,7 @@ jobs:
|
||||
|
||||
create-release:
|
||||
name: Create Release
|
||||
needs: [ docker-push ]
|
||||
needs: [ info, docker-push ]
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
Reference in New Issue
Block a user