From 2bf0006241658152ba871b9589714a42c227c667 Mon Sep 17 00:00:00 2001 From: windowsair Date: Sat, 13 Mar 2021 22:16:40 +0800 Subject: [PATCH] fix(ci): Fix invalid git tag name --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5bcceab..0445a67 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -38,7 +38,7 @@ jobs: id: tag if: env.UPLOAD_USER_FIRMWARE == 'true' && steps.script.outputs.status == 'success' && !cancelled() run: | - echo "::set-output name=release_tag::UserBuild_$(date +"%Y.%m.%d-%H:%M")" + echo "::set-output name=release_tag::UserBuild_$(date +"%Y.%m.%d_%H-%M")" echo "::set-output name=status::success" - name: Release user firmware