docs: Update rust.yml

This commit is contained in:
Ahmet Kaan GÜMÜŞ 2023-09-17 09:51:17 +03:00 committed by GitHub
parent 87a7a3d1c5
commit 6c4a55e1a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,25 +20,3 @@ jobs:
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
changelog:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- name: Conventional
id: changelog
uses: TriPSs/conventional-changelog-action@v4
with:
github-token: ${{ secrets.CHANGELOG_RELEASE }}
- name: Release
- uses: actions/create-release@v1
if: ${{ steps.changelog.outputs.skipped == 'false' }}
env:
GITHUB_TOKEN: ${{ secrets.CHANGELOG_RELEASE }}
with:
tag_name: ${{ steps.changelog.outputs.tag }}
release_name: ${{ steps.changelog.outputs.tag }}
body: ${{ steps.changelog.outputs.clean_changelog }}