Skip to content

Commit 28486e5

Browse files
authored
chore(release): no longer creating prereleases (#398)
It's nearly 1.0
1 parent 32820d8 commit 28486e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Release
5555
uses: softprops/action-gh-release@v2
5656
with:
57-
prerelease: true
57+
prerelease: false
5858
# Use GH feature to populate the changelog automatically
5959
generate_release_notes: true
6060
body_path: release_notes.txt

0 commit comments

Comments
 (0)