diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index 7c37c9e..fb4095c 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -22,7 +22,6 @@ jobs: - run: pip install -r script/requirements.txt - run: script/bump-version.py ${{ github.event.inputs.version }} - name: Write Beta changelog - if: ${{ contains(github.event.inputs.version, 'b') }} run: | cat > esphome-beta/CHANGELOG.md << 'EOF' ## ${{ github.event.inputs.version }}