Skip to content

Commit

Permalink
Cleanup release action (#142)
Browse files Browse the repository at this point in the history
* deleted duplicate file

* fix: passing tag_name to zip step
  • Loading branch information
iprak authored Nov 2, 2024
1 parent e86109e commit 2428493
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 56 deletions.
56 changes: 0 additions & 56 deletions .github/release.yml

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,5 @@ jobs:
- name: "Upload the ZIP file to the release"
uses: "softprops/action-gh-release@v2.0.8"
with:
tag_name: ${{ steps.semantic_release_info.outputs.git_tag }}
files: ${{ github.workspace }}/custom_components/yahoofinance/yahoofinance.zip

0 comments on commit 2428493

Please sign in to comment.