Skip to content

Commit 23ce3a3

Browse files
authored
Update update_version.yml
1 parent 4a35b8d commit 23ce3a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- name: Generate version
1717
run: |
18-
echo "v$(date +'%Y.%m.%d-%H%M')-g$(git rev-parse --short HEAD)" > VERSION.txt
18+
echo "v$(TZ=America/New_York date +'%Y.%m.%d-%H%M%z')-g$(git rev-parse --short HEAD)" > VERSION.txt
1919
2020
- name: Commit and push version file
2121
run: |

0 commit comments

Comments
 (0)