Skip to content

Commit 8561aa8

Browse files
committed
Release if it's a tag
1 parent 32c66a4 commit 8561aa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-release-apk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Create a Release
5959
id: create-release
6060
uses: softprops/action-gh-release@v2
61-
if: contains(github.ref, '-rc') && startsWith(github.ref, 'refs/tags/')
61+
if: startsWith(github.ref, 'refs/tags/')
6262
with:
6363
prerelease: ${{ contains(github.ref, '-rc') && startsWith(github.ref, 'refs/tags/') }}
6464
make_latest: true

0 commit comments

Comments
 (0)