Skip to content

Commit

Permalink
chore: Release 0.3.0 (#719)
Browse files Browse the repository at this point in the history
* jq

* rm sudo

* jq already installed

* crate order, add missing,

---------

Co-authored-by: Swen <[email protected]>
  • Loading branch information
SwenSchaeferjohann and Swen authored May 15, 2024
1 parent b5f2761 commit 61e14c1
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions .github/workflows/release-pr-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,23 @@ on:
options:
- all
- aligned-sized
- light-heap
- light-utils
- light-bounded-vec
- light-circuitlib-rs
- light-concurrent-merkle-tree
- light-hash-set
- light-hasher
- light-indexed-merkle-tree
- light-macros
- light-merkle-tree-event
- light-hash-set
- light-merkle-tree-reference
- light-registry
- light-test-utils
- light-utils
- light-wasm-hasher
- light-concurrent-merkle-tree
- light-indexed-merkle-tree
- light-circuitlib-rs
- light-verifier
- account-compression
- light-registry
- light-system-program
- light-compressed-token
- light-test-utils
- light-wasm-hasher
version:
description: Version to release
required: true
Expand Down Expand Up @@ -71,11 +72,8 @@ jobs:
- name: Bump all crate versions
if: inputs.crate == 'all'
run: |
for PACKAGE in $(cargo ws list); do
cargo release --package "$PACKAGE" --execute --no-confirm "${{ inputs.version }}"
echo "Waiting for 60 seconds to avoid rate limiting..."
sleep 60 # Wait for 60 seconds before processing the next crate
done
cargo release version --execute --no-confirm \
"${{ inputs.version }}"
- name: Bump crate version
if: inputs.crate != 'all'
Expand Down

0 comments on commit 61e14c1

Please sign in to comment.