Skip to content

Commit

Permalink
Fix Git permission when generating source archives
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickpeterse committed Jun 29, 2024
1 parent 1161609 commit c494178
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: git config --global --add safe.directory $PWD
- name: Upload source archive
run: make release/source
- name: Update manifest
Expand Down

0 comments on commit c494178

Please sign in to comment.