Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfsck committed Jan 20, 2024
1 parent 5c6c35a commit c50f29b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -644,12 +644,13 @@ jobs:

- name: Upload to crates.io
shell: bash
env:
CARGO_REGISTRY_TOKEN: ${{secrets.CRATES_IO_TOKEN}}
run: |
git reset .
git checkout .
git clean -xdf
cd src/rust/iced-x86
cargo login --color always -- "${{secrets.CRATES_IO_TOKEN}}"
# --no-verify: we've tested building everything already
cargo publish --color always --no-verify
Expand Down

0 comments on commit c50f29b

Please sign in to comment.