Skip to content

Commit 3d15d1a

Browse files
Replace release action with gh release (#255)
Signed-off-by: Danil-Grigorev <[email protected]>
1 parent 680a5d5 commit 3d15d1a

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,4 @@ jobs:
6363
sed -i "s/dev/${TAG}/g" config/default/manager_image_patch.yaml
6464
just release-manifests
6565
- name: Release
66-
uses: softprops/action-gh-release@v2
67-
with:
68-
prerelease: false
69-
draft: true
70-
fail_on_unmatched_files: true
71-
generate_release_notes: true
72-
discussion_category_name: Announcements
73-
name: ${{ env.TAG }}
74-
files: |
75-
metadata.yaml
76-
_out/addon-components.yaml
66+
run: gh release create ${{ env.TAG }} -d --generate-notes --discussion-category "Announcements" metadata.yaml _out/addon-components.yaml

0 commit comments

Comments
 (0)