Skip to content

Commit c1da9b3

Browse files
committed
Update main.yml
1 parent c4c0544 commit c1da9b3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,8 @@ jobs:
8888
- uses: Swatinem/rust-cache@v2
8989
- run: rustup update stable
9090
- uses: obi1kenobi/cargo-semver-checks-action@v2
91-
- name: Check semver
92-
run: |
93-
cargo semver-checks --all
91+
with:
92+
package: erg_common, erg_compiler, erg_linter, erg_parser, els, erg_proc_macros, erg
9493
- name: cargo publish
9594
run: |
9695
cargo login ${{ secrets.CARGO_TOKEN }}

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ edition.workspace = true
1111
repository.workspace = true
1212
homepage.workspace = true
1313

14+
# These are checked by main.yml#publish-nightly
1415
[workspace]
1516
members = [
1617
"crates/erg_common",

0 commit comments

Comments
 (0)