doc: Update rust.yml

This commit is contained in:
Ahmet Kaan GÜMÜŞ 2023-09-17 14:00:34 +03:00 committed by GitHub
parent 327660ff32
commit 09f8c5ec88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,11 @@ jobs:
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Changelog
uses: thomaseizinger/keep-a-changelog-new-release@v1
with:
tag: ${{ github.event.inputs.version }}
- name: Release
uses: docker://antonyurchenko/git-release:latest