Skip to content

Commit

Permalink
Fix semantic realese workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Limych committed Sep 12, 2020
1 parent 95fbb80 commit d62d3a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/semantic_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ jobs:
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: /home/runner/work/ha-beward/ha-beward/custom_components/beward/beward.zip
asset_name: beward.zip
asset_name: ha-beward-${{ env.release_version }}.zip
tag: ${{ env.release_version }}
overwrite: true

0 comments on commit d62d3a6

Please sign in to comment.