Skip to content

Commit

Permalink
ci: Update git config during package release. (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
nfelt14 authored Oct 18, 2023
1 parent 43aa004 commit fdd52a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/package-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Modify Git configuration
run: git config advice.addIgnoredFile false
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit fdd52a2

Please sign in to comment.