Skip to content

Commit

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

0 comments on commit b78b45d

Please sign in to comment.