Skip to content

Commit

Permalink
feat: test semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
lurenss committed Nov 22, 2024
1 parent 19eda59 commit 63d3a36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@ jobs:
pull-requests: write
id-token: write
steps:
- name: Go to scrapegraph-py folder
run: |
cd scrapegraph-py
- name: Checkout repo
uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
persist-credentials: false
- name: Go to scrapegraph-py folder
run: |
cd scrapegraph-py
- name: Install the latest version of rye
uses: eifinger/setup-rye@v3
- name: Restore build artifacts
Expand Down

0 comments on commit 63d3a36

Please sign in to comment.