Skip to content

Commit

Permalink
Fix release action (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Feb 26, 2023
1 parent 46f0491 commit 4272f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
version="${version#v}"
yq e -P -o=json \
-i ".version = \"${version}\"" \
"${{ github.workspace }}custom_components/spook/manifest.json"
"${{ github.workspace }}/custom_components/spook/manifest.json"
- name: "📦 Created zipped release package"
shell: bash
Expand Down

0 comments on commit 4272f05

Please sign in to comment.