Skip to content

Commit

Permalink
Let the release Github Action only create release drafts
Browse files Browse the repository at this point in the history
Instead of publishing the Release directly. This way, I can still
delete it, if something went wrong.
  • Loading branch information
Bastian committed Jan 22, 2021
1 parent d0b8703 commit 2e13ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
release_name: Release ${{ steps.read-version.outputs.version }}
body: |
Version ${{ steps.read-version.outputs.version }}
draft: false
draft: true
prerelease: false
- name: Update Version
if: ${{ !endsWith(steps.read-version.outputs.version, 'SNAPSHOT') }}
Expand Down

0 comments on commit 2e13ced

Please sign in to comment.