Skip to content

Commit

Permalink
set manual release as DRAFT
Browse files Browse the repository at this point in the history
  • Loading branch information
kilbot committed Jun 29, 2024
1 parent 4a9005f commit 6d16e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
tag_name: v${{ env.VERSION }}
release_name: Release v${{ env.VERSION }}
draft: false
draft: true
prerelease: ${{ contains(env.VERSION, '-beta') }}

- name: Build
Expand Down

0 comments on commit 6d16e21

Please sign in to comment.