mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-04-27 01:06:12 +00:00
Updated workflow
This commit is contained in:
parent
da5b1f84da
commit
fbee4f6165
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release-beta.yaml
vendored
2
.github/workflows/release-beta.yaml
vendored
|
@ -30,7 +30,7 @@ jobs:
|
|||
run: |
|
||||
version="${{ steps.read_pubspec.outputs.data }}"
|
||||
echo ${version}
|
||||
split=$((${version//+// }))
|
||||
split=$((${version//+/ }))
|
||||
echo ${spliy}
|
||||
name=${split[0]}
|
||||
number=${split[1]}
|
||||
|
|
Loading…
Add table
Reference in a new issue