We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32c66a4 commit 8561aa8Copy full SHA for 8561aa8
.github/workflows/generate-release-apk.yml
@@ -58,7 +58,7 @@ jobs:
58
- name: Create a Release
59
id: create-release
60
uses: softprops/action-gh-release@v2
61
- if: contains(github.ref, '-rc') && startsWith(github.ref, 'refs/tags/')
+ if: startsWith(github.ref, 'refs/tags/')
62
with:
63
prerelease: ${{ contains(github.ref, '-rc') && startsWith(github.ref, 'refs/tags/') }}
64
make_latest: true
0 commit comments