Skip to content

Commit

Permalink
Set releases as prerelease: false
Browse files Browse the repository at this point in the history
  • Loading branch information
shashachu committed Jan 3, 2023
1 parent 37c360f commit 480dd87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -39,7 +39,7 @@ jobs:
uses : softprops/action-gh-release@v1
with :
draft: false
prerelease: true # Remove this after testing
prerelease: false
body : ${{ steps.release_notes.outputs.release_notes }}
files: |
ktlint/build/run/*
Expand Down

0 comments on commit 480dd87

Please sign in to comment.