We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3143b7a commit 6fd8fddCopy full SHA for 6fd8fdd
.github/workflows/release.yml
@@ -135,6 +135,9 @@ jobs:
135
- uses: actions/download-artifact@v4
136
with:
137
name: workdir-${{ matrix.pythonStandaloneVersion }} ${{ matrix.pythonVersion }}
138
+ - name: rename .git back
139
+ run: |
140
+ mv git-dir .git
141
- name: update remote url
142
run: |
143
git remote set-url origin https://token:[email protected]/$GITHUB_REPOSITORY
0 commit comments