ci: set git committer for release tag

This commit is contained in:
Mitchell Hashimoto
2023-03-05 11:50:22 -08:00
parent b1a7baf394
commit 4f9d949aec

View File

@ -16,6 +16,8 @@ jobs:
- uses: actions/checkout@v3
- name: Tip Tag
run: |
git config user.name "GitHub Actions Bot"
git config user.email "<>"
git tag -fa tip -m "Latest Continuous Release" ${GITHUB_SHA}
git push --force origin tip