Skip to content

Commit

Permalink
Merge pull request #37 from plebhash/trigger-release-lib-automatically
Browse files Browse the repository at this point in the history
Trigger release lib automatically
  • Loading branch information
plebhash committed Apr 2, 2024
2 parents 967d965 + c4236ad commit 2b0708b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release-libs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
ref: 'main'

- name: Run check-versioning-lib-release.sh
run: |
Expand Down
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 2b0708b

Please sign in to comment.