ci: set git committer for release tag

pull/92/head
Mitchell Hashimoto 2023-03-05 11:50:22 -08:00
parent b1a7baf394
commit 4f9d949aec
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
1 changed files with 2 additions and 0 deletions

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