diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 2c7c550..7f4e6f8 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -24,7 +24,7 @@ jobs: - name: Generate Version id: shell run: | - echo ::set-output name=version::1.$(date '+%Y.%m%d.%H%M') + echo ::set-output name=version::$(date -u '+%Y.%-m%d.%-H%M.0') - name: Build Plugins run: | diff --git a/Jellyfin.Plugin.JavTube/Jellyfin.Plugin.JavTube.csproj b/Jellyfin.Plugin.JavTube/Jellyfin.Plugin.JavTube.csproj index 69471f8..aa85d5e 100644 --- a/Jellyfin.Plugin.JavTube/Jellyfin.Plugin.JavTube.csproj +++ b/Jellyfin.Plugin.JavTube/Jellyfin.Plugin.JavTube.csproj @@ -8,7 +8,7 @@ JavTube JavTube Just Another Video Tube Plugin for Jellyfin/Emby - 1.$([System.DateTime]::UtcNow.ToString(yyyy.MMdd.HHmm)) + $([System.DateTime]::UtcNow.ToString(yyyy.Mdd.Hmm.0)) Copyright © $([System.DateTime]::UtcNow.Year) JavTube Git https://github.com/javtube/jellyfin-plugin-javtube.git