Skip to content

Commit

Permalink
only tag on first of month
Browse files Browse the repository at this point in the history
  • Loading branch information
github_action_bot committed Aug 3, 2024
1 parent 7ae621f commit 033f762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/prevent_disable.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ echo "tag_message - ${tag_message}"


# only add a tag on the 1st day of the month
if [ $(date +%d) = "03" ]; then
if [ $(date +%d) = "01" ]; then

git tag $new_tag -m "$tag_message"
echo "added unnecessary tag"
Expand Down

0 comments on commit 033f762

Please sign in to comment.