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 }}
|
username: ${{ env.DOCKER_USERNAME }}
|
||||||
password: ${{ env.DOCKER_PASSWORD }}
|
password: ${{ env.DOCKER_PASSWORD }}
|
||||||
|
|
||||||
- name: Cargo install
|
- name: Install cargo-semver
|
||||||
uses: actions-rs/cargo@v1
|
uses: baptiste0928/cargo-install@v2
|
||||||
with:
|
with:
|
||||||
command: install
|
crate: cargo-semver
|
||||||
args: cargo-semver
|
|
||||||
|
|
||||||
- name: Semver
|
- name: Semver
|
||||||
run:
|
run:
|
||||||
|
|
Loading…
Reference in a new issue