We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f4f2fa2 + 5f9c3b4 commit 12b1263Copy full SHA for 12b1263
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@v2
+ uses: softprops/action-gh-release@v3
48
with:
49
tag_name: ${{steps.tagger.outputs.tag}}
50
prerelease: ${{ env.PRE_RELEASE }}
0 commit comments