Use standard GitHub Actions committer info
parent
1b386faee9
commit
fae848da00
|
|
@ -16,8 +16,8 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- name: Tip Tag
|
||||
run: |
|
||||
git config user.name "GitHub Actions Bot"
|
||||
git config user.email "<>"
|
||||
git config user.name "github-actions[bot]"
|
||||
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
||||
git tag -fa tip -m "Latest Continuous Release" ${GITHUB_SHA}
|
||||
git push --force origin tip
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue