summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseth <[email protected]>2023-01-19 21:56:53 -0500
committerseth <[email protected]>2023-01-19 21:56:53 -0500
commita38ce7b79e098748eba97ee3fabca44c2c62d526 (patch)
treeca198c11f14aa949dde6501e5a2b5623bd8e68d7
parent445584973f0558399d0ae03de1ee28ff580098c4 (diff)
fix: annotate tags in check-commit.yml
-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