Skip to content

Commit

Permalink
fix: try to fix release CI (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
infiniteregrets authored Nov 5, 2024
1 parent 1c38c78 commit 64dfc4e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
- uses: taiki-e/install-action@v2
with:
tool: cross
- run: |
git config --global --add url."https://${{ secrets.GH_TOKEN }}:[email protected]/".insteadOf "[email protected]:"
git config --global --add url."https://${{ secrets.GH_TOKEN }}:x-oauth-basic@github".insteadOf https://github
git config --global --add url."https://${{ secrets.GH_TOKEN }}:x-oauth-basic@github".insteadOf ssh://git@github
- name: Build
run: cross build --release --target ${{ matrix.target }}
- name: Prepare artifacts
Expand Down

0 comments on commit 64dfc4e

Please sign in to comment.