Skip to content

Commit

Permalink
Merge pull request #10 from CM000n/dependabot/github_actions/svenstar…
Browse files Browse the repository at this point in the history
…o/upload-release-action-2.7.0

Bump svenstaro/upload-release-action from 1.pre.release to 2.7.0
  • Loading branch information
CM000n authored Nov 24, 2023
2 parents 1ebabab + 8523f61 commit 7766c7b
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 @@ -24,7 +24,7 @@ jobs:
cd custom_components/qss
zip qss.zip -r ./
- name: Upload zip to release
uses: svenstaro/upload-release-action@v1-release
uses: svenstaro/upload-release-action@2.7.0
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ./custom_components/qss/qss.zip
Expand Down

0 comments on commit 7766c7b

Please sign in to comment.