From 4ddfea592e0219d570d4bdf719cd6c1a2e1bcef9 Mon Sep 17 00:00:00 2001 From: xjasonlyu Date: Thu, 9 Jun 2022 09:52:10 +0800 Subject: [PATCH] Fix version format This reverts commit 0de6372af2bff1dcabbaeb881ffcdaba0d9c32ad. --- .github/workflows/dotnetcore.yml | 2 +- Jellyfin.Plugin.JavTube/Jellyfin.Plugin.JavTube.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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