Skip to content

Commit 0264fa3

Browse files
authored
Adding hours and minutes to package dev version
1 parent a189ba5 commit 0264fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly-release.yml

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

1919
- name: Append date to version tags
2020
run: |
21-
PACKAGE_DATE=$(date +'%Y%m%d')
21+
PACKAGE_DATE=$(date +'%Y%m%d%H%M')
2222
sed -i "1s/.$/$PACKAGE_DATE/" ansys/api/geometry/VERSION
2323
2424
- name: Set up Python

0 commit comments

Comments
 (0)