Skip to content

Commit

Permalink
fix: get release version stamped into manifest for HACS (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
chickenandpork committed Jun 5, 2024
1 parent 327f1b7 commit 6c6625f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
# - enable "Allow Github Actions to create and approve pull requests"
id: release
with:
release-type: simple
release-type: generic
jsonpath: "custom_components/osbee/manifest.json"
- name: Clone Repo
if: ${{ steps.release.outputs.release_created }}
uses: actions/checkout@v4
Expand Down

0 comments on commit 6c6625f

Please sign in to comment.