Skip to content

Commit

Permalink
Merge pull request #48 from MTrab/dependabot/github_actions/svenstaro…
Browse files Browse the repository at this point in the history
…/upload-release-action-2.9.0

Bump svenstaro/upload-release-action from 2.7.0 to 2.9.0
  • Loading branch information
MTrab authored Mar 5, 2024
2 parents c70de6b + 8d7e3de commit fed51f5
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 @@ -30,7 +30,7 @@ jobs:
cd custom_components/webastoconnect
zip webastoconnect.zip -r ./
- name: Upload zip to release
uses: svenstaro/upload-release-action@2.7.0
uses: svenstaro/upload-release-action@2.9.0
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ./custom_components/webastoconnect/webastoconnect.zip
Expand Down

0 comments on commit fed51f5

Please sign in to comment.