We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 579737c commit eaf7773Copy full SHA for eaf7773
.github/workflows/template_release_version.yml
@@ -31,7 +31,7 @@ jobs:
31
run: |
32
DATE=$(date +"%Y%m%d")
33
YEAR=$(date +"%Y")
34
- WEEK=$(date +"%-W")
+ WEEK=$(date +"%-V")
35
QUARTER=$(date "+%q")
36
37
if [ ${{ inputs.format }} == 'quarterly' ] ; then
0 commit comments