Skip to content

Commit 19eda59

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

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ jobs:
5555
pull-requests: write
5656
id-token: write
5757
steps:
58+
- name: Go to scrapegraph-py folder
59+
run: |
60+
cd scrapegraph-py
5861
- name: Checkout repo
5962
uses: actions/[email protected]
6063
with:
@@ -65,12 +68,12 @@ jobs:
6568
- name: Restore build artifacts
6669
uses: actions/cache@v2
6770
with:
68-
path: scrapegraph-py/dist
69-
key: ${{ runner.os }}-build-${{ hashFiles('scrapegraph-py/dist/**') }}
71+
working_directory: scrapegraph-py
7072
- name: Semantic Release
7173
uses: cycjimmy/[email protected]
7274
with:
7375
semantic_version: 23
76+
working_directory: scrapegraph-py
7477
extra_plugins: |
7578
semantic-release-pypi@3
7679
@semantic-release/git

0 commit comments

Comments
 (0)