Skip to content

Commit

Permalink
fix: release CI (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
infiniteregrets authored Nov 5, 2024
1 parent 64dfc4e commit d7fe5ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
- uses: taiki-e/install-action@v2
with:
tool: cross
- name: install protoc
uses: arduino/setup-protoc@v3
- run: |
git config --global --add url."https://${{ secrets.GH_TOKEN }}:x-oauth-basic@github.com/".insteadOf "git@github.com:"
git config --global --add url."https://${{ secrets.GH_TOKEN }}:x-oauth-basic@github".insteadOf https://github
Expand Down

0 comments on commit d7fe5ed

Please sign in to comment.