Skip to content

Commit 989ef8d

Browse files
committed
fix(ci): allow source archive creation in containers
1 parent 409d01e commit 989ef8d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ jobs:
9393
- name: Create source archive and checksums
9494
run: |
9595
version="${GITHUB_REF_NAME#v}"
96+
git config --global --add safe.directory "$GITHUB_WORKSPACE"
9697
git archive --format=tar.gz \
9798
--prefix="codecdeck-${version}/" \
9899
--output="dist/codecdeck-${version}.tar.gz" HEAD

0 commit comments

Comments
 (0)