Skip to content

Commit

Permalink
Add dora-rerun in our release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
haixuanTao committed Apr 20, 2024
1 parent 7b5c31d commit 246335a
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 @@ -62,8 +62,9 @@ jobs:
cargo publish -p dora-daemon --token ${{ secrets.CARGO_REGISTRY_TOKEN }}
cargo publish -p dora-cli --token ${{ secrets.CARGO_REGISTRY_TOKEN }}
# Publish extension crates
# Publish tool nodes
cargo publish -p dora-record --token ${{ secrets.CARGO_REGISTRY_TOKEN }}
cargo publish -p dora-rerun --token ${{ secrets.CARGO_REGISTRY_TOKEN }}
windows-release:
name: "Windows Release"
Expand Down

0 comments on commit 246335a

Please sign in to comment.