diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2024-03-25 10:58:11 -0400 |
|---|---|---|
| committer | Joshua M. Boniface <joshua@boniface.me> | 2024-03-25 10:58:11 -0400 |
| commit | f64e64544f4ec8753f9d18077e39a2f6f287c6ae (patch) | |
| tree | 33571c0137943151328e827aba3940abdfc4b784 | |
| parent | a39cd584e8646a497e0f07c076c686eea7404299 (diff) | |
Make date to the second
| -rw-r--r-- | .github/workflows/ci-openapi.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci-openapi.yml b/.github/workflows/ci-openapi.yml index a96771b77..43a2e2510 100644 --- a/.github/workflows/ci-openapi.yml +++ b/.github/workflows/ci-openapi.yml @@ -150,7 +150,7 @@ jobs: - name: Set unstable dated version id: version run: |- - echo "JELLYFIN_VERSION=$(date +'%Y%m%d%H')" >> $GITHUB_ENV + echo "JELLYFIN_VERSION=$(date +'%Y%m%d%H%M%S')" >> $GITHUB_ENV - name: Download openapi-head uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 with: |
