diff --git a/.github/workflows/create-release.yaml b/.github/workflows/create-release.yaml index 1118aea..09845a3 100644 --- a/.github/workflows/create-release.yaml +++ b/.github/workflows/create-release.yaml @@ -16,9 +16,9 @@ jobs: - uses: actions/checkout@v2 - uses: ncipollo/release-action@v1 with: - bodyFile: "release_notes.md" - draft: false token: ${{ secrets.GITHUB_TOKEN }} + bodyFile: "release_notes.md" + draft: true tag: ${{ github.ref }} prerelease: false name: Release ${{ github.ref }}