Skip to content

Commit c29ce38

Browse files
authored
Merge pull request #382 from AppDevNext/dependabot/github_actions/softprops/action-gh-release-1
Bump softprops/action-gh-release from 0.1.14 to 1
2 parents 08eccda + e6aa9ad commit c29ce38

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@v0.1.14
47+
uses: softprops/action-gh-release@v1
4848
with:
4949
tag_name: ${{steps.tagger.outputs.tag}}
5050
prerelease: ${{ env.PRE_RELEASE }}

0 commit comments

Comments
 (0)