mirror of
https://github.com/jellyfin/jellyfin-meta-plugins.git
synced 2025-02-18 13:29:59 +00:00
cleaner
This commit is contained in:
parent
58523f96de
commit
0e02cf1f72
2
.github/workflows/publish-unstable.yaml
vendored
2
.github/workflows/publish-unstable.yaml
vendored
@ -45,7 +45,7 @@ jobs:
|
||||
- name: Generate version number using date and run number
|
||||
id: version-creator
|
||||
run: |
|
||||
pluginVersion=`grep 'version:' build.yaml | cut -d ' ' -f2 | tr -d '"'`
|
||||
pluginVersion=`grep 'version:' build.yaml | awk '{ print $2 }' | tr -d '"'`
|
||||
buildDay=`date +%Y%m`
|
||||
runNum=$GITHUB_RUN_NUMBER
|
||||
ver="${pluginVersion}.${buildDay}.${runNum}.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user