summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/check-commit.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/check-commit.yml b/.github/workflows/check-commit.yml
index b1716c4..87d00a0 100644
--- a/.github/workflows/check-commit.yml
+++ b/.github/workflows/check-commit.yml
@@ -26,7 +26,6 @@ jobs:
git add current_commit.txt
git commit -m "chore: update packwiz commit"
- git tag "$(date '+%Y%m%d')"
+ git tag -a "$(date '+%Y%m%d')" -m "scheduled release"
- git push
- git push --tags
+ git push --follow-tags