Skip to content

Commit 9f9c68e

Browse files
committed
github-release: do create a discussion post for each new Git for Windows version
This was the intention of 0718129 (release: create a discussion for every Git for Windows release, 2024-07-02), but it changed the call that creates the draft release. Apparently the intention to create a discussion post is _not_ stored when creating a draft release, though, sadly. Therefore we need to state that intention again when we do publish the release. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 98aad93 commit 9f9c68e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/actions/github-release/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,8 @@ runs:
147147
release.id, {
148148
draft: false,
149149
prerelease: isPrerelease,
150-
make_latest : !isPrerelease
150+
make_latest : !isPrerelease,
151+
discussion_category_name: 'Announcements',
151152
}
152153
)
153154
- name: update check-run

0 commit comments

Comments
 (0)