Skip to content

Commit 60bd566

Browse files
committed
Update compile-release.yml
1 parent 97ffcd2 commit 60bd566

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/compile-release.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,11 @@ jobs:
6868
- name: Get current date
6969
id: date
7070
run: echo "date=$(date +'%b_%d_%Y')" >> $GITHUB_OUTPUT
71-
71+
72+
- name: Get current date
73+
id: dateNoScores
74+
run: echo "dateNoScores=$(date +'%b %d %Y')" >> $GITHUB_OUTPUT
75+
7276
- name: Rename binary
7377
run: |
7478
cd Firmware/RTK_Surveyor
@@ -106,4 +110,4 @@ jobs:
106110
destination_folder: ''
107111
user_email: '[email protected]'
108112
user_name: 'nseidle'
109-
commit_message: 'Github Action - Updating JSON ${{ steps.date.outputs.date }}'
113+
commit_message: 'Github Action - Updating JSON ${{ steps.dateNoScores.outputs.dateNoScores }}'

0 commit comments

Comments
 (0)