Fix github action configuration to create drafts

text_sliders
Wilfred Hughes 2023-07-12 17:05:52 +07:00
parent 8614910fe2
commit 49e2aed1ad
1 changed files with 4 additions and 3 deletions

@ -19,12 +19,13 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: taiki-e/create-gh-release-action@v1
env:
# (required)
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
# Create a draft release so we can add the changelog before publishing it
# so the changelog is included in the release email
draft: true
env:
# (required)
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
upload-assets:
strategy: