Skip to content

Commit

Permalink
version varible action
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisTitusTech committed Jul 18, 2024
1 parent 6d77510 commit bab5244
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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()

0 comments on commit bab5244

Please sign in to comment.