mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-26 08:42:03 +08:00
fix: 1.9.0 nightly
1.9.0 nightly fix
This commit is contained in:
6
.github/workflows/nightly_build.yml
vendored
6
.github/workflows/nightly_build.yml
vendored
@ -90,6 +90,8 @@ jobs:
|
||||
with:
|
||||
ref: ${{ needs.resolve-release-branch.outputs.branch }}
|
||||
persist-credentials: true
|
||||
- name: Confirm branch
|
||||
run: git branch --show-current
|
||||
- name: "Setup Environment"
|
||||
uses: astral-sh/setup-uv@v6
|
||||
with:
|
||||
@ -99,6 +101,10 @@ jobs:
|
||||
prune-cache: false
|
||||
- name: Install the project
|
||||
run: uv sync
|
||||
- name: Check script location
|
||||
run: |
|
||||
echo "PWD: $(pwd)"
|
||||
find . -name "pypi_nightly_tag.py"
|
||||
|
||||
- name: Generate main nightly tag
|
||||
id: generate_release_tag
|
||||
|
||||
Reference in New Issue
Block a user