diff options
| author | seth <[email protected]> | 2023-01-19 21:56:53 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-01-19 21:56:53 -0500 |
| commit | a38ce7b79e098748eba97ee3fabca44c2c62d526 (patch) | |
| tree | ca198c11f14aa949dde6501e5a2b5623bd8e68d7 /.github/workflows/check-commit.yml | |
| parent | 445584973f0558399d0ae03de1ee28ff580098c4 (diff) | |
fix: annotate tags in check-commit.yml
Diffstat (limited to '.github/workflows/check-commit.yml')
| -rw-r--r-- | .github/workflows/check-commit.yml | 5 |
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 |
