Skip to content

Commit 1b9556d

Browse files
do not publish new release as draft (#260)
Signed-off-by: Carlos Salas <carlos.salas@suse.com>
1 parent 0d81dcd commit 1b9556d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ jobs:
6565
- name: Release
6666
env:
6767
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
68-
run: gh release create ${{ env.TAG }} -d --generate-notes --discussion-category "Announcements" metadata.yaml _out/addon-components.yaml
68+
run: gh release create ${{ env.TAG }} --generate-notes --discussion-category "Announcements" metadata.yaml _out/addon-components.yaml

0 commit comments

Comments
 (0)