mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-25 10:32:22 +08:00
chore(create-release.yml): add 'needs: release' to ensure the 'create_release' job runs after the 'release' job
This commit is contained in:
1
.github/workflows/create-release.yml
vendored
1
.github/workflows/create-release.yml
vendored
@ -59,6 +59,7 @@ jobs:
|
||||
create_release:
|
||||
name: Create Release Job
|
||||
runs-on: ubuntu-latest
|
||||
needs: release
|
||||
steps:
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user