Skip to content

Commit

Permalink
ci: release apps without pre-release flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ygrishajev authored Dec 19, 2024
1 parent 389cc55 commit af517ae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/create-github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,4 @@ jobs:
with:
tag_name: ${{ steps.bumps.outputs.version }}
release_name: ${{ steps.bumps.outputs.version }}
body: ${{ steps.bumps.outputs.changelog }}
prerelease: true
body: ${{ steps.bumps.outputs.changelog }}

0 comments on commit af517ae

Please sign in to comment.