From fb84cc3cbcf589edc5321668f275c599c2edaedd Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Wed, 22 Nov 2023 10:33:21 -0500 Subject: [PATCH] Forgot to save file before commit --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c28ed09e8..ed4445acb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -43,7 +43,7 @@ jobs: with: tag_name: ${{ steps.release_info.outputs.VERSION }} release_name: ${{ steps.release_info.outputs.VERSION }} - draft: true, + draft: true prerelease: true body_path: release.body.txt - name: Build MV2 packages