Skip to content

Commit 31bfa7a

Browse files
Bump softprops/action-gh-release from 1 to 2
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@v1...v2) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9b9a307 commit 31bfa7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
cd custom_components/home_maintenance/
2121
zip -r ../../home_maintenance.zip . -x '.*'
2222
- name: Upload ZIP to Release
23-
uses: softprops/action-gh-release@v1
23+
uses: softprops/action-gh-release@v2
2424
with:
2525
files: home_maintenance.zip
2626
env:

0 commit comments

Comments
 (0)