Action #10
This commit is contained in:
parent
e8b00b94ac
commit
0272a5b2db
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -28,12 +28,12 @@ jobs:
|
||||||
- name: Install cargo-semver
|
- name: Install cargo-semver
|
||||||
uses: actions-rs/install@v0.1.2
|
uses: actions-rs/install@v0.1.2
|
||||||
with:
|
with:
|
||||||
crate: cargo-semver
|
crate: cargo-get
|
||||||
version: latest
|
version: latest
|
||||||
|
|
||||||
- name: Semver
|
- name: Semver
|
||||||
run:
|
run:
|
||||||
echo "VERSION=$(cargo semver get)" >> $GITHUB_ENV
|
echo "VERSION=$(cargo get version --pretty)" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v4
|
||||||
|
|
Loading…
Reference in a new issue