fix: remove build file from github actions

This commit is contained in:
Tobias Glatthar
2025-02-15 15:17:15 +01:00
parent 1f7440ddb9
commit 951badbf32

View File

@@ -15,7 +15,6 @@ env:
repo_url: https://raw.githubusercontent.com/t0bst4r/home-assistant-matter-hub
repo_changelog: CHANGELOG.md
changelog_file: hamh/CHANGELOG.md
build_file: hamh/build.yaml
config_file: hamh/config.yaml
jobs:
@@ -46,9 +45,8 @@ jobs:
git add ${{ env.changelog_file }}
- name: Apply release version
run: |
yq -i ".args.package_version = \"${{ steps.event_parser.outputs.version }}\"" ${{ env.build_file }}
yq -i ".version = \"${{ steps.event_parser.outputs.version }}\"" ${{ env.config_file }}
git add ${{ env.build_file }} ${{ env.config_file }}
git add ${{ env.config_file }}
- name: Publish
run: |
git commit -m "bumb(home-assistant-matter-hub): bumb to version ${{ steps.event_parser.outputs.version }}"