Fix typo in ci.yml

This commit is contained in:
Maschell 2023-01-07 23:31:35 +01:00
parent c074ca4892
commit f6cc151506
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ jobs:
uses: "softprops/action-gh-release@v1"
with:
tag_name: ${{ env.REPOSITORY_NAME }}-${{ env.DATETIME }}
draft: falsee
draft: false
prerelease: true
generate_release_notes: true
name: Nightly-${{ env.REPOSITORY_NAME }}-${{ env.DATETIME }}