ci: set git committer for release tag
parent
b1a7baf394
commit
4f9d949aec
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue