Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mtshiba committed Dec 7, 2024
1 parent c4c0544 commit c1da9b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,8 @@ jobs:
- uses: Swatinem/rust-cache@v2
- run: rustup update stable
- uses: obi1kenobi/cargo-semver-checks-action@v2
- name: Check semver
run: |
cargo semver-checks --all
with:
package: erg_common, erg_compiler, erg_linter, erg_parser, els, erg_proc_macros, erg
- name: cargo publish
run: |
cargo login ${{ secrets.CARGO_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ edition.workspace = true
repository.workspace = true
homepage.workspace = true

# These are checked by main.yml#publish-nightly
[workspace]
members = [
"crates/erg_common",
Expand Down

0 comments on commit c1da9b3

Please sign in to comment.