Skip to content

Commit

Permalink
fix: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyutim committed Jul 6, 2023
1 parent e8230ff commit 8144b16
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ jobs:
release_name: "app ${{ steps.get_version.outputs.VERSION }}"
body: "See the assets to download this version and install."

- name: Reconfigure git to use HTTP authentication
run: >
git config --global url."https://github.com/".insteadOf
ssh://[email protected]/
# 编译 Tauri
build-tauri:
needs: create-release
Expand All @@ -53,6 +48,13 @@ jobs:
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v2
with:
persist-credentials: false

- name: Reconfigure git to use HTTP authentication
run: >
git config --global url."https://github.com/".insteadOf
ssh://[email protected]/
# 安装 Node.js
- name: Setup node
Expand Down

0 comments on commit 8144b16

Please sign in to comment.