Skip to content

Commit a8c4a4f

Browse files
committed
Fix directory
1 parent 04e8baf commit a8c4a4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_candidates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464

6565
- name: Release Candidate
6666
if: ${{ contains( github.event.pull_request.labels.*.name, 'python-rc') }}
67-
working-directory: /python
67+
working-directory: python
6868
run: |
6969
poetry version prerelease
7070
poetry build

0 commit comments

Comments
 (0)