Skip to content

Commit

Permalink
fix: checkout before build
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Mar 16, 2024
1 parent 8b3928f commit 87812f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
permissions:
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install Poetry
run: python -m pip install --upgrade pip poetry
- name: Build artifacts
Expand Down

0 comments on commit 87812f0

Please sign in to comment.