Skip to content

Commit f3b776f

Browse files
authored
Merge pull request #25 from siku2/dependabot/github_actions/softprops/action-gh-release-2.2.1
Bump softprops/action-gh-release from 2.0.6 to 2.2.1
2 parents 7984a55 + e8917c3 commit f3b776f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737
zip "$INTEGRATION_DOMAIN.zip" -r ./
3838
3939
- name: "Upload the ZIP file to the release"
40-
uses: softprops/action-gh-release@v2.0.6
40+
uses: softprops/action-gh-release@v2.2.1
4141
with:
4242
files: ${{ github.workspace }}/custom_components/${{ env.INTEGRATION_DOMAIN }}/${{ env.INTEGRATION_DOMAIN }}.zip

0 commit comments

Comments
 (0)