Skip to content

Commit

Permalink
Add checkout step to release workflow to fix git repository access
Browse files Browse the repository at this point in the history
  • Loading branch information
schpet committed Nov 28, 2024
1 parent bf3e434 commit ef26375
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v4

- name: Download artifacts
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit ef26375

Please sign in to comment.