Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pinkywafer authored Feb 5, 2021
1 parent 680c82a commit f093d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
sed -i '/VERSION = /c\VERSION = "${{ github.ref }}"' custom_components/anniversaries/const.py
sed -i 's|refs/heads/||' custom_components/anniversaries/const.py
sed -i 's|refs/tags/||' custom_components/anniversaries/const.py
sed -i ' "version": /c\ "version": "${{ github.ref }}"' custom_components/anniversaries/manifest.json
sed -i 's|"version": "1.0.0"|"version": "${{ github.ref }}"|' custom_components/anniversaries/manifest.json
sed -i 's|refs/heads/||' custom_components/anniversaries/manifest.json
sed -i 's|refs/tags/||' custom_components/anniversaries/manifest.json
# Pack the HACS dir as a zip and upload to the release
Expand Down

0 comments on commit f093d98

Please sign in to comment.