Skip to content

Commit

Permalink
fix(ci): Do not require cargo check to succeed to mark a release succ…
Browse files Browse the repository at this point in the history
…essful
  • Loading branch information
yanliu38 committed Jan 27, 2025
1 parent 058e1b6 commit d3c8e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
for toml in $(find . -name "Cargo.toml"); do
sed -i "s/^version = \".*\"/version = \"$VERSION\"/" "$toml"
done
cargo check
timeout 10 cargo check || true
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
Expand Down

0 comments on commit d3c8e65

Please sign in to comment.