diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 371345610..eb800b47a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -176,7 +176,7 @@ jobs: cd "${{ github.workspace }}/output/" version=$(cat version.num) echo $version - gh release create "v${version}" --title "${{ inputs.title }}" --notes-file "./changelog.md" --prerelease="true" --repo MaintainTeam/LastPipeBender + gh release create "v${version}" --title "${{ inputs.title }}" --notes-file "./changelog.md" --prerelease="true" --discussion-category "Announcements" --repo MaintainTeam/LastPipeBender gh release upload "v${version}" $(echo $(find . -name '*.apk' -type f -exec basename \{} \;) checksums.txt) --repo MaintainTeam/LastPipeBender - name: Archive reports for job @@ -184,4 +184,4 @@ jobs: with: name: reports path: '*/build/reports' - if: ${{ always() }} \ No newline at end of file + if: ${{ always() }}