diff --git a/.github/workflows/package-release.yml b/.github/workflows/package-release.yml index bbec4da2..fe4ada74 100644 --- a/.github/workflows/package-release.yml +++ b/.github/workflows/package-release.yml @@ -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: