chore: Update working directory in release-please-core.yml

This commit is contained in:
Stan Girard 2024-10-21 10:10:07 +02:00
parent 9199493744
commit 61f1b621dd

View File

@ -40,14 +40,13 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: core/
working-directory: core
steps:
- uses: actions/checkout@v4
- name: Install Rye
uses: eifinger/setup-rye@v2
with:
enable-cache: true
working-directory: core/
- name: Rye Sync
run: cd core/ && UV_INDEX_STRATEGY=unsafe-first-match rye sync --no-lock
- name: Rye Build