There was an error while loading. Please reload this page.
1 parent cf79a4e commit 681fd08Copy full SHA for 681fd08
.github/workflows/release-reminder.yml
@@ -26,7 +26,7 @@ jobs:
26
echo "It's the second Thursday of the month"
27
echo "bool=true" >> "${GITHUB_OUTPUT}"
28
# fourth thursday of the month will always be between day 21 and 28 (inclusive)
29
- if [[ "$day_of_month" -ge "22" && "$day_of_month" -le "28" ]]; then
+ elif [[ "$day_of_month" -ge "22" && "$day_of_month" -le "28" ]]; then
30
echo "It's the fourth Thursday of the month"
31
32
else
0 commit comments