Skip to content

Commit

Permalink
Merge pull request #1922 from Adyen/chore/release-as-draft
Browse files Browse the repository at this point in the history
Mark release as draft in publish release job
  • Loading branch information
jreij authored Dec 4, 2024
2 parents 7d25d47 + 777378f commit 4ef4c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,5 @@ jobs:
tag_name: ${{ env.PROJECT_VERSION }}
release_name: ${{ env.PROJECT_VERSION }}
body_path: ${{ github.workspace }}/RELEASE_NOTES.md
draft: false
draft: true
prerelease: false

0 comments on commit 4ef4c75

Please sign in to comment.