Skip to content

Commit

Permalink
Publish Release object to gh release assets
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Pavlov <[email protected]>
  • Loading branch information
Kshatrix committed Oct 16, 2024
1 parent b7e1f22 commit 3f9a2ad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,7 @@ jobs:
with:
generate_release_notes: true
prerelease: ${{ contains(github.ref_name, '-') }}
files: dist/install.yaml
files: |
dist/install.yaml
templates/provider/hmc-templates/files/release.yaml
draft: true

0 comments on commit 3f9a2ad

Please sign in to comment.