Skip to content

Commit 595c3c6

Browse files
committed
feat: maybe final release?
1 parent edd23d9 commit 595c3c6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,17 +63,15 @@ jobs:
6363
- name: Go to scrapegraph-py folder
6464
run: |
6565
ls
66+
cd ./scrapegraph-py
6667
- name: Install the latest version of rye
6768
uses: eifinger/setup-rye@v3
6869
- name: Restore build artifacts
6970
uses: actions/cache@v2
70-
with:
71-
working_directory: scrapegraph-py
7271
- name: Semantic Release
7372
uses: cycjimmy/[email protected]
7473
with:
7574
semantic_version: 23
76-
working_directory: scrapegraph-py
7775
extra_plugins: |
7876
semantic-release-pypi@3
7977
@semantic-release/git

0 commit comments

Comments
 (0)