diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index e037729..7a99f8f 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -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 @@ -37,7 +37,7 @@ jobs: release_name: ${{ github.event.inputs.version }} body: 'See https://beta.esphome.io/changelog/index.html' prerelease: true - commitish: ${{ steps.commit_version.outputs.commit_sha }} + commitish: ${{ steps.commit_version.outputs.commit_sha }} - if: ${{ !contains(github.event.inputs.version, 'b') }} name: Create Stable Release uses: actions/create-release@v1 @@ -48,8 +48,7 @@ jobs: release_name: ${{ github.event.inputs.version }} body: 'See https://esphome.io/changelog/index.html' prerelease: false - commitish: ${{ steps.commit_version.outputs.commit_sha }} - + commitish: ${{ steps.commit_version.outputs.commit_sha }} deploy-community-addons: runs-on: ubuntu-latest diff --git a/repository.json b/repository.json index 5f9c133..4924180 100644 --- a/repository.json +++ b/repository.json @@ -1,5 +1,5 @@ { "name": "ESPHome Home Assistant Add-Ons", "url": "https://github.com/esphome/hassio", - "maintainer": "ESPHome " + "maintainer": "ESPHome " }