Skip to content

Commit 509c171

Browse files
committed
Update main.yml
1 parent c4c0544 commit 509c171

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-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 }}

0 commit comments

Comments
 (0)