Skip to content

Commit

Permalink
Workaround new release build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
stephank committed Mar 5, 2023
1 parent 1f3b295 commit 6d7aa68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
# Workaround for wonky ownership because we build in docker.
git config --global --add safe.directory "$PWD"
gh release upload "$tag_name" release-packages/*
release-macos:
Expand Down

0 comments on commit 6d7aa68

Please sign in to comment.