Skip to content

Commit

Permalink
Fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescarterbell committed Apr 15, 2024
1 parent 05b9ac6 commit 60d6f91
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,15 @@ jobs:
run: |
cargo build --release --target x86_64-unknown-linux-gnu
- name: Publish
run: |
cargo release publish \
--workspace
- name: Publish
run: |
cargo release release \
cargo release publish \
--workspace
--execute
--all-features

0 comments on commit 60d6f91

Please sign in to comment.