Skip to content

Commit

Permalink
Исправляет скрипт
Browse files Browse the repository at this point in the history
  • Loading branch information
igsekor committed Aug 1, 2024
1 parent 5ad4706 commit 27d4ba3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/scripts/update-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ if [[ "$CURRENT_MONTH" == "01" ]]; then
CURRENT_YEAR="$(($CURRENT_YEAR - 1))"
SHORT_YEAR="$(($SHORT_YEAR - 1))"
fi
RELEASE_MONTH="$((${CURRENT_MONTH#0} - 1))"

TAG="v.$(($CURRENT_MONTH - 1)).$SHORT_YEAR"
TAG="v.$RELEASE_MONTH.$SHORT_YEAR"
TITLE="$(MONTH_TO_ENG $CURRENT_MONTH) $CURRENT_YEAR ($TAG)"

SUBTITLE_OLD_1="## What's Changed"
Expand Down

0 comments on commit 27d4ba3

Please sign in to comment.