Skip to content

Commit

Permalink
Update pipeline-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
holzi1005 authored Oct 15, 2024
1 parent bc2b9ff commit 22821a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: actions/create-release@master
id: create_release
with:
draft: false
draft: true
prerelease: false
release_name: Release ${{ steps.version.outputs.version }}
tag_name: ${{ steps.version.outputs.version }}
Expand Down

0 comments on commit 22821a1

Please sign in to comment.