version varible action

This commit is contained in:
Chris Titus 2024-07-18 16:37:46 -05:00
parent 6d775107ad
commit bab5244121
2 changed files with 6 additions and 3 deletions

View File

@ -25,8 +25,8 @@ jobs:
id: create_release
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ env.version }}
name: Pre-Release ${{ env.version }}
tag_name: $version
name: Pre-Release $version
body: "![GitHub Downloads (specific asset, specific tag)](https://img.shields.io/github/downloads/ChrisTitusTech/linutil/${{ env.VERSION }}/linutil)"
append_body: false
files: |

View File

@ -36,5 +36,8 @@ jobs:
toolchain: stable
- name: Build
run: cargo build --release --verbose
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Commit Linutil
if: success()