mirror of
https://github.com/RiDDiX/home-assistant-addons.git
synced 2026-07-14 12:28:09 +08:00
fix: remove build file from github actions
This commit is contained in:
4
.github/workflows/release-addons.yaml
vendored
4
.github/workflows/release-addons.yaml
vendored
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user