We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 08eccda + e6aa9ad commit c29ce38Copy full SHA for c29ce38
1 file changed
.github/workflows/Android-CI-release.yml
@@ -44,7 +44,7 @@ jobs:
44
env:
45
VERSION: ${{steps.tagger.outputs.tag}}
46
- name: Create Release
47
- uses: softprops/action-gh-release@v0.1.14
+ uses: softprops/action-gh-release@v1
48
with:
49
tag_name: ${{steps.tagger.outputs.tag}}
50
prerelease: ${{ env.PRE_RELEASE }}
0 commit comments