Update email addresses (#27)

This commit is contained in:
Jesse Hills 2021-05-03 11:49:37 +12:00 committed by GitHub
parent 35c77fe304
commit ee6aef10d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 5 deletions

View File

@ -21,7 +21,7 @@ jobs:
id: commit_version
run: |
git config user.name esphomebot
git config user.email contact@esphome.io
git config user.email esphome@nabucasa.com
git add .
git commit -m "Bump version to v${{ github.event.inputs.version }}"
git push
@ -50,7 +50,6 @@ jobs:
prerelease: false
commitish: ${{ steps.commit_version.outputs.commit_sha }}
deploy-community-addons:
runs-on: ubuntu-latest
needs: [create-release]

View File

@ -1,5 +1,5 @@
{
"name": "ESPHome Home Assistant Add-Ons",
"url": "https://github.com/esphome/hassio",
"maintainer": "ESPHome <contact@esphome.io>"
"maintainer": "ESPHome <esphome@nabucasa.com>"
}