Skip to content

Commit

Permalink
Merge pull request #31 from plebhash/trigger-release-lib-automatically
Browse files Browse the repository at this point in the history
use bash shebang on check-versioning-lib-release.sh
  • Loading branch information
plebhash committed Apr 2, 2024
2 parents 4ecdd27 + 9b557b9 commit fa29de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check-versioning-lib-release.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

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

0 comments on commit fa29de1

Please sign in to comment.