mirror of
https://github.com/erg-lang/erg.git
synced 2025-07-07 21:25:31 +00:00
Update main.yml
This commit is contained in:
parent
21d296e7ac
commit
4174450a65
1 changed files with 2 additions and 0 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -90,6 +90,8 @@ jobs:
|
||||||
- uses: obi1kenobi/cargo-semver-checks-action@v2
|
- uses: obi1kenobi/cargo-semver-checks-action@v2
|
||||||
with:
|
with:
|
||||||
package: erg_common, erg_compiler, erg_linter, erg_parser, els, erg_proc_macros, erg
|
package: erg_common, erg_compiler, erg_linter, erg_parser, els, erg_proc_macros, erg
|
||||||
|
- name: remove semver-checks build dir
|
||||||
|
run: rm -rf semver-checks
|
||||||
- name: cargo publish
|
- name: cargo publish
|
||||||
run: |
|
run: |
|
||||||
cargo login ${{ secrets.CARGO_TOKEN }}
|
cargo login ${{ secrets.CARGO_TOKEN }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue