Skip to content

Commit

Permalink
re-add safe dir
Browse files Browse the repository at this point in the history
  • Loading branch information
samansmink committed Jan 30, 2023
1 parent babdc1c commit a379efe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/LinuxRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ jobs:
AWS_DEFAULT_REGION: ${{ secrets.S3_REGION }}
BUCKET_NAME: ${{ secrets.S3_BUCKET }}
run: |
git config --global --add safe.directory '*'
cd duckdb
git fetch --tags
export DUCKDB_VERSION=`git tag --points-at HEAD`
Expand Down

0 comments on commit a379efe

Please sign in to comment.