diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8755098..d8765f4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -85,7 +85,7 @@ jobs: git tag -d $(git tag -l) git fetch upstream --tags --quiet git push origin --tags --force - + # Keep the workflow running # Github automatically disbales a workflow is the repo hasn't seen activity in the last 60 days. # This steps will make a dummy commit after 50 days of inactivity to avoid the disabling.