Skip to content

Commit

Permalink
Release if it's a tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mendhak committed Mar 27, 2024
1 parent 32c66a4 commit 8561aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-release-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Create a Release
id: create-release
uses: softprops/action-gh-release@v2
if: contains(github.ref, '-rc') && startsWith(github.ref, 'refs/tags/')
if: startsWith(github.ref, 'refs/tags/')
with:
prerelease: ${{ contains(github.ref, '-rc') && startsWith(github.ref, 'refs/tags/') }}
make_latest: true
Expand Down

0 comments on commit 8561aa8

Please sign in to comment.