We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 33415e0 + b29efed commit da1b872Copy full SHA for da1b872
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@v1
+ uses: softprops/action-gh-release@v2
48
with:
49
tag_name: ${{steps.tagger.outputs.tag}}
50
prerelease: ${{ env.PRE_RELEASE }}
0 commit comments