Skip to content

Commit

Permalink
ci: Rename .git back in release job
Browse files Browse the repository at this point in the history
  • Loading branch information
codablock committed Jan 2, 2025
1 parent 3143b7a commit 6fd8fdd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: workdir-${{ matrix.pythonStandaloneVersion }} ${{ matrix.pythonVersion }}
- name: rename .git back
run: |
mv git-dir .git
- name: update remote url
run: |
git remote set-url origin https://token:[email protected]/$GITHUB_REPOSITORY
Expand Down

0 comments on commit 6fd8fdd

Please sign in to comment.