Skip to content

Commit

Permalink
💄 Make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
flaxel committed Jan 9, 2024
1 parent e1ac89f commit bdcaeb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/template_release_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
WEEK=$(date +"%-W")
QUARTER=$(( ($(date +%-m)-1)/3+1 ))
quarter=$(date "+%q")
echo $QUARTER
echo $quarter
if [ ${{ inputs.format }} == 'weekly' ] ; then
MINOR=$WEEK
else
Expand Down

0 comments on commit bdcaeb3

Please sign in to comment.