Skip to content

Commit

Permalink
fetch main and dev branches
Browse files Browse the repository at this point in the history
  • Loading branch information
plebhash committed Apr 2, 2024
1 parent 70f27d0 commit c4236ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions check-versioning-lib-release.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/bash

git fetch origin main
git fetch origin dev

# Get the list of paths to `Cargo.toml` files
crates=$(find . -name Cargo.toml -exec dirname {} \; | sort)

Expand Down

0 comments on commit c4236ad

Please sign in to comment.