Skip to content

Commit

Permalink
ci: create preprelease when tag contains 'alpha' or 'beta'
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiredPlanck committed Jan 17, 2024
1 parent 94b0a23 commit 90a2854
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
- name: Create release
uses: ncipollo/release-action@v1
with:
prerelease: ${{ contains(github.ref, 'alpha') || contains(github.ref, 'beta') }}
artifacts: "app/build/outputs/apk/release/*.apk"
body: |
${{ steps.build_changelog.outputs.changelog }}
Expand Down

0 comments on commit 90a2854

Please sign in to comment.