ci: 🏗️

This commit is contained in:
tidusjar 2021-09-29 15:40:21 +01:00
commit 2728914c9e

View file

@ -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: |