Skip to content

Commit 69c5351

Browse files
committed
fix release script execute command
1 parent 439b4df commit 69c5351

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ case "$COMMAND" in
7979

8080
echo ""
8181
echo "→ Running cargo release (tagging release)..."
82-
cargo release
82+
cargo release --execute
8383

8484
echo ""
8585
echo "✓ Release complete. Tag pushed and dist workflow triggered."

0 commit comments

Comments
 (0)