Action #6
This commit is contained in:
parent
0329f40807
commit
6387383f8d
1 changed files with 3 additions and 4 deletions
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
|
@ -25,11 +25,10 @@ jobs:
|
|||
username: ${{ env.DOCKER_USERNAME }}
|
||||
password: ${{ env.DOCKER_PASSWORD }}
|
||||
|
||||
- name: Cargo install
|
||||
uses: actions-rs/cargo@v1
|
||||
- name: Install cargo-semver
|
||||
uses: baptiste0928/cargo-install@v2
|
||||
with:
|
||||
command: install
|
||||
args: cargo-semver
|
||||
crate: cargo-semver
|
||||
|
||||
- name: Semver
|
||||
run:
|
||||
|
|
Loading…
Reference in a new issue