mirror of
https://github.com/esphome/home-assistant-addon.git
synced 2024-12-18 16:07:57 +01:00
Update email addresses (#27)
This commit is contained in:
parent
35c77fe304
commit
ee6aef10d7
3
.github/workflows/bump-version.yml
vendored
3
.github/workflows/bump-version.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
|||||||
id: commit_version
|
id: commit_version
|
||||||
run: |
|
run: |
|
||||||
git config user.name esphomebot
|
git config user.name esphomebot
|
||||||
git config user.email contact@esphome.io
|
git config user.email esphome@nabucasa.com
|
||||||
git add .
|
git add .
|
||||||
git commit -m "Bump version to v${{ github.event.inputs.version }}"
|
git commit -m "Bump version to v${{ github.event.inputs.version }}"
|
||||||
git push
|
git push
|
||||||
@ -50,7 +50,6 @@ jobs:
|
|||||||
prerelease: false
|
prerelease: false
|
||||||
commitish: ${{ steps.commit_version.outputs.commit_sha }}
|
commitish: ${{ steps.commit_version.outputs.commit_sha }}
|
||||||
|
|
||||||
|
|
||||||
deploy-community-addons:
|
deploy-community-addons:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [create-release]
|
needs: [create-release]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "ESPHome Home Assistant Add-Ons",
|
"name": "ESPHome Home Assistant Add-Ons",
|
||||||
"url": "https://github.com/esphome/hassio",
|
"url": "https://github.com/esphome/hassio",
|
||||||
"maintainer": "ESPHome <contact@esphome.io>"
|
"maintainer": "ESPHome <esphome@nabucasa.com>"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user