From a38ce7b79e098748eba97ee3fabca44c2c62d526 Mon Sep 17 00:00:00 2001 From: seth Date: Thu, 19 Jan 2023 21:56:53 -0500 Subject: fix: annotate tags in check-commit.yml --- .github/workflows/check-commit.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '.github/workflows/check-commit.yml') 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 -- cgit v1.2.3