Skip to content

Commit b29efed

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-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 33415e0 commit b29efed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Android-CI-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
env:
4545
VERSION: ${{steps.tagger.outputs.tag}}
4646
- name: Create Release
47-
uses: softprops/action-gh-release@v1
47+
uses: softprops/action-gh-release@v2
4848
with:
4949
tag_name: ${{steps.tagger.outputs.tag}}
5050
prerelease: ${{ env.PRE_RELEASE }}

0 commit comments

Comments
 (0)