Skip to content

Commit 10edb78

Browse files
committed
fix(ci): fix baseline comparison and rust version
1 parent 0f94738 commit 10edb78

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr-title-semver-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
env:
1313
CARGO_TERM_COLOR: always
14-
RUST_VERSION: stable
14+
RUST_VERSION: 1.92.0
1515

1616
jobs:
1717
detect-changes:
@@ -111,7 +111,7 @@ jobs:
111111
set -euo pipefail
112112
113113
CHANGED_CRATES='${{ needs.detect-changes.outputs.changed_crates }}'
114-
BASELINE="origin/main"
114+
BASELINE="main"
115115
HIGHEST_LEVEL=""
116116
117117
# Parse JSON array

0 commit comments

Comments
 (0)