Skip to content

Commit

Permalink
Use valid release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
bclswl0827 authored May 24, 2023
1 parent 031eb96 commit 295a25e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set tag and release names
id: set_names
run: |
tag_name="Release $(date +'%Y-%m-%d %H:%M:%S')"
tag_name="Release_$(date +'%Y%m%d%H%M%S')"
echo "::set-output name=tag_name::$tag_name"
- name: Compile firmware
Expand Down

0 comments on commit 295a25e

Please sign in to comment.