Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TicClick authored Jan 27, 2024
1 parent dcf6f8b commit c87e0de
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 @@ -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
Expand Down

0 comments on commit c87e0de

Please sign in to comment.