Skip to content

Commit 9820012

Browse files
authored
Merge pull request #458 from AllenInstitute/dev
fix ownership issue in order to fetch git tags for version
2 parents c776e0f + 7f0c058 commit 9820012

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
ref: main
1717
fetch-tags: true
1818

19+
- name: Make repo safe for git
20+
run: git config --global --add safe.directory $GITHUB_WORKSPACE
21+
1922
- name: Set up Python
2023
uses: actions/setup-python@v5
2124
with:

0 commit comments

Comments
 (0)