ci: 🏗️

pull/4329/head
tidusjar 3 years ago
parent 4113f7e933
commit 2728914c9e

@ -198,10 +198,10 @@ jobs:
- name: Publish to GitHub
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
# if: startsWith(github.ref, 'refs/tags/')
with:
body: ${{ steps.changelog.outputs.clean_changelog }}
prerelease: 'true'
draft: 'true'
name: ${{ steps.changelog.outputs.tag }}
tag_name: ${{ steps.changelog.outputs.tag }}
files: |

Loading…
Cancel
Save