diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index dc41c2254..9007bc2a5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -314,11 +314,7 @@ jobs: run: | if ($Env:nkdAgility_Ring -eq 'Release') { echo "discussion_category_name=Anouncement" >> $env:GITHUB_OUTPUT - } - . .\build\include\Get-ReleaseDescription.ps1 - $description = Get-ReleaseDescription -mode log -OPEN_AI_KEY ${{ secrets.OPENAI_API_KEY }} - echo "release_description=$description" >> $env:GITHUB_OUTPUT - + } - name: Release uses: softprops/action-gh-release@v2 with: