mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 13:15:21 +00:00
version varible action
This commit is contained in:
parent
6d775107ad
commit
bab5244121
4
.github/workflows/pre-release.yaml
vendored
4
.github/workflows/pre-release.yaml
vendored
|
@ -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: |
|
||||
|
|
5
.github/workflows/rust.yml
vendored
5
.github/workflows/rust.yml
vendored
|
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user