mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 12:26:01 +08:00
chore: Update pre-release workflow to include actions/checkout step
This commit is contained in:
1
.github/workflows/pre-release.yml
vendored
1
.github/workflows/pre-release.yml
vendored
@ -73,6 +73,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
needs: release
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: ./.github/workflows/docker-build.yml
|
||||
with:
|
||||
version: ${{ needs.release.outputs.version }}
|
||||
|
||||
Reference in New Issue
Block a user