mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-13 11:02:33 +03:00
chore: Update working directory in release-please-core.yml
This commit is contained in:
parent
9199493744
commit
61f1b621dd
3
.github/workflows/release-please-core.yml
vendored
3
.github/workflows/release-please-core.yml
vendored
@ -40,14 +40,13 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
working-directory: core/
|
working-directory: core
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Install Rye
|
- name: Install Rye
|
||||||
uses: eifinger/setup-rye@v2
|
uses: eifinger/setup-rye@v2
|
||||||
with:
|
with:
|
||||||
enable-cache: true
|
enable-cache: true
|
||||||
working-directory: core/
|
|
||||||
- name: Rye Sync
|
- name: Rye Sync
|
||||||
run: cd core/ && UV_INDEX_STRATEGY=unsafe-first-match rye sync --no-lock
|
run: cd core/ && UV_INDEX_STRATEGY=unsafe-first-match rye sync --no-lock
|
||||||
- name: Rye Build
|
- name: Rye Build
|
||||||
|
Loading…
Reference in New Issue
Block a user