0
0
Fork 0

fix(ci): Fix invalid git tag name

This commit is contained in:
windowsair 2021-03-13 22:16:40 +08:00
parent e396d11d0f
commit 2bf0006241
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ jobs:
id: tag id: tag
if: env.UPLOAD_USER_FIRMWARE == 'true' && steps.script.outputs.status == 'success' && !cancelled() if: env.UPLOAD_USER_FIRMWARE == 'true' && steps.script.outputs.status == 'success' && !cancelled()
run: | 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" echo "::set-output name=status::success"
- name: Release user firmware - name: Release user firmware