Skip to content

Commit aaf1b09

Browse files
committed
ci: create discussion automatically after a new release
1 parent c40dd40 commit aaf1b09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -176,12 +176,12 @@ jobs:
176176
cd "${{ github.workspace }}/output/"
177177
version=$(cat version.num)
178178
echo $version
179-
gh release create "v${version}" --title "${{ inputs.title }}" --notes-file "./changelog.md" --prerelease="true" --repo MaintainTeam/LastPipeBender
179+
gh release create "v${version}" --title "${{ inputs.title }}" --notes-file "./changelog.md" --prerelease="true" --discussion-category "Announcements" --repo MaintainTeam/LastPipeBender
180180
gh release upload "v${version}" $(echo $(find . -name '*.apk' -type f -exec basename \{} \;) checksums.txt) --repo MaintainTeam/LastPipeBender
181181
182182
- name: Archive reports for job
183183
uses: actions/upload-artifact@v4
184184
with:
185185
name: reports
186186
path: '*/build/reports'
187-
if: ${{ always() }}
187+
if: ${{ always() }}

0 commit comments

Comments
 (0)