Skip to content

Commit 99d2a1f

Browse files
build(deps): bump softprops/action-gh-release from 2.3.3 to 2.4.0
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.3.3 to 2.4.0. - [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@v2.3.3...v2.4.0) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ef6a955 commit 99d2a1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
app/build/outputs/apk/release/ai.elimu.content_provider-${{ needs.create_git_tag.outputs.tagName }}.apk.md5
129129
130130
- name: Upload the signed APK file to GitHub release
131-
uses: softprops/action-gh-release@v2.3.3
131+
uses: softprops/action-gh-release@v2.4.0
132132
with:
133133
tag_name: '${{ needs.create_git_tag.outputs.tagName }}'
134134
files: |

0 commit comments

Comments
 (0)