Skip to content

Commit 1b67de2

Browse files
committed
install jq
1 parent a8201ae commit 1b67de2

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.gitlab/publish.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ publish_crates:
103103
# Process each tag sequentially
104104
- |
105105
# Install build-essential and curl
106-
apt-get update && apt-get install -y build-essential curl
106+
apt-get update && apt-get install -y build-essential curl jq
107107
108108
# Install rustup and set it to stable
109109
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y && source $HOME/.cargo/env
@@ -163,7 +163,3 @@ publish_crates:
163163
echo "✓ Published $CRATE_NAME v$CRATE_VERSION successfully"
164164
echo ""
165165
done
166-
167-
echo "========================================"
168-
echo "✅ All crates published successfully!"
169-
echo "========================================"

0 commit comments

Comments
 (0)