Skip to content

Commit

Permalink
Don't need to build 3 times as part of publishing! (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
MusicalNinjaDad authored May 24, 2024
1 parent 13891ba commit 718ac9c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/deploy-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ jobs:
with:
profile: minimal
toolchain: stable
- name: Build and package
run: |
cargo build --release
cargo package
- name: Publish
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
Expand Down

0 comments on commit 718ac9c

Please sign in to comment.