Skip to content

Commit eaf7773

Browse files
authored
🐛 Fix week number (#326)
1 parent 579737c commit eaf7773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/template_release_version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: |
3232
DATE=$(date +"%Y%m%d")
3333
YEAR=$(date +"%Y")
34-
WEEK=$(date +"%-W")
34+
WEEK=$(date +"%-V")
3535
QUARTER=$(date "+%q")
3636
3737
if [ ${{ inputs.format }} == 'quarterly' ] ; then

0 commit comments

Comments
 (0)