Skip to content

Commit

Permalink
chore: fix release workflow (#7)
Browse files Browse the repository at this point in the history
fix release workflow
  • Loading branch information
firstof9 authored Dec 10, 2023
1 parent bda9286 commit f95f015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: "Set version numbmer"
run: |
sed -i '/VERSION = /c\VERSION = "${{ steps.get_version.outputs.VERSION }}"' ${{ github.workspace }}/custom_components/gasbuddy/const.py
sed -i '/version/c\ \"version\": \"${{ steps.get_version.outputs.VERSION }}\",' ${{ github.workspace }}/custom_components/gasbuddy/manifest.json
sed -i '/version/c\ \"version\": \"${{ steps.get_version.outputs.VERSION }}\"' ${{ github.workspace }}/custom_components/gasbuddy/manifest.json
# Pack the ha-gasbuddy dir as a zip and upload to the release
- name: Create Zip File
run: |
Expand Down

0 comments on commit f95f015

Please sign in to comment.