mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2025-04-05 03:37:04 +01:00
github action variable
This commit is contained in:
parent
d644068231
commit
b8b503aa5f
6
.github/workflows/pre-release.yaml
vendored
6
.github/workflows/pre-release.yaml
vendored
@ -25,9 +25,9 @@ jobs:
|
||||
id: create_release
|
||||
uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
tag_name: $version
|
||||
name: Pre-Release $version
|
||||
body: ""
|
||||
tag_name: ${version}
|
||||
name: Pre-Release ${version}
|
||||
body: ""
|
||||
append_body: false
|
||||
files: |
|
||||
./linutil
|
||||
|
Loading…
x
Reference in New Issue
Block a user