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 24, 2024
1 parent 0259b51 commit 6e98c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/template_release_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
if [ ${MINOR_FROM_LAST_TAG} != ${WEEK} ] && [ ${{ inputs.format }} == 'weekly' ]; then
COUNTER=0
fi
# if we have a new quarter and the quarterly release we start to count from 0
if [ ${MINOR_FROM_LAST_TAG} != ${QUARTER} ] && [ ${{ inputs.format }} == 'quarterly' ]; then
COUNTER=0
Expand Down

0 comments on commit 6e98c88

Please sign in to comment.