chore(ci): update commit author information

This commit is contained in:
Paul Makles
2023-02-22 12:09:03 +01:00
parent 883292e9d3
commit cc7c246c3b
2 changed files with 40 additions and 0 deletions
+4
View File
@@ -23,6 +23,8 @@ jobs:
- name: Commit changes
uses: EndBug/add-and-commit@v9
with:
author_name: Revolt CI
author_email: revolt-ci@users.noreply.github.com
message: "chore: build library from latest spec [skip ci]"
- name: Find current API version
@@ -41,6 +43,8 @@ jobs:
if: ${{ steps.checkTag.outputs.exists }} != true
uses: EndBug/add-and-commit@v9
with:
author_name: Revolt CI
author_email: revolt-ci@users.noreply.github.com
tag: "${{ env.api_version }} --force"
message: "chore: bump version to ${{ env.api_version }} [skip ci]"
- name: Publish to NPM