diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index bd56cff..e037729 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -55,8 +55,7 @@ jobs: runs-on: ubuntu-latest needs: [create-release] steps: - - if: ${{ contains(github.event.inputs.version, 'b') }} - name: Publish beta release to community-addons repository + - name: Publish beta release to community-addons repository run: | docker run --rm hassioaddons/repository-updater:latest \ --repository hassio-addons/repository-beta \