mirror of
https://github.com/RiDDiX/home-assistant-addons.git
synced 2026-07-21 17:18:10 +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_url: https://raw.githubusercontent.com/t0bst4r/home-assistant-matter-hub
|
||||||
repo_changelog: CHANGELOG.md
|
repo_changelog: CHANGELOG.md
|
||||||
changelog_file: hamh/CHANGELOG.md
|
changelog_file: hamh/CHANGELOG.md
|
||||||
build_file: hamh/build.yaml
|
|
||||||
config_file: hamh/config.yaml
|
config_file: hamh/config.yaml
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@@ -46,9 +45,8 @@ jobs:
|
|||||||
git add ${{ env.changelog_file }}
|
git add ${{ env.changelog_file }}
|
||||||
- name: Apply release version
|
- name: Apply release version
|
||||||
run: |
|
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 }}
|
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
|
- name: Publish
|
||||||
run: |
|
run: |
|
||||||
git commit -m "bumb(home-assistant-matter-hub): bumb to version ${{ steps.event_parser.outputs.version }}"
|
git commit -m "bumb(home-assistant-matter-hub): bumb to version ${{ steps.event_parser.outputs.version }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user