docs: Update rust.yml

This commit is contained in:
Ahmet Kaan GÜMÜŞ 2023-09-17 12:30:52 +03:00 committed by GitHub
parent c6d4d643ea
commit 52a4f6fa6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ jobs:
permissions: permissions:
contents: write contents: write
steps: steps:
- uses: actions/checkout@latest - uses: actions/checkout@v3
- name: Build - name: Build
run: cargo build --verbose run: cargo build --verbose
- name: Run tests - name: Run tests
@ -25,13 +25,13 @@ jobs:
- name: Conventional - name: Conventional
id: changelog_id id: changelog_id
uses: TriPSs/conventional-changelog-action@latest uses: TriPSs/conventional-changelog-action@v4
with: with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Release - name: Release
id: release_id id: release_id
uses: actions/create-release@latest uses: actions/create-release@v1
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with: with: