From c87e0ded0110f66b74d368e6a7334783bea1af3d Mon Sep 17 00:00:00 2001 From: TicClick Date: Sat, 27 Jan 2024 14:26:18 +0100 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 25ed839..332848a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -78,6 +78,9 @@ jobs: - name: Build (private) uses: taiki-e/upload-rust-binary-action@v1 + env: + # https://doc.rust-lang.org/cargo/reference/config.html#netgit-fetch-with-cli -- `git clone` uses private access token + CARGO_NET_GIT_FETCH_WITH_CLI: true with: dry-run: true bin: steel