Skip to content

Commit 63d3a36

Browse files
committed
feat: test semantic release
1 parent 19eda59 commit 63d3a36

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@ jobs:
5555
pull-requests: write
5656
id-token: write
5757
steps:
58-
- name: Go to scrapegraph-py folder
59-
run: |
60-
cd scrapegraph-py
6158
- name: Checkout repo
6259
uses: actions/[email protected]
6360
with:
6461
fetch-depth: 0
6562
persist-credentials: false
63+
- name: Go to scrapegraph-py folder
64+
run: |
65+
cd scrapegraph-py
6666
- name: Install the latest version of rye
6767
uses: eifinger/setup-rye@v3
6868
- name: Restore build artifacts

0 commit comments

Comments
 (0)