diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2c2434bb..e9f83a33 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -29,7 +29,7 @@ jobs: run: | gh release create ${{ github.ref_name }} \ -t ${{ github.ref_name }} \ - --discussion-category "General" + --discussion-category "General" \ --generate-notes --prerelease gh release upload ${{ github.ref_name }} \ vcpkg-configuration.json