Skip to content

Commit

Permalink
199 needs safe dir (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesse-peters authored Feb 3, 2023
1 parent 6b3bf8a commit 231b44b
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

## Configure Git
# This fixes a current issue with git and dubious ownership of folders
# https://github.com/actions/runner-images/issues/6775
- run: git config --global --add safe.directory /__w/aurae/aurae

- name: Make, stage, upload release artifacts
run: make ci-upload-release-artifacts tag=$GITHUB_REF_NAME
env:
Expand Down

0 comments on commit 231b44b

Please sign in to comment.