Skip to content

Commit

Permalink
COSI-43: Add-helm-packages-in-release
Browse files Browse the repository at this point in the history
  • Loading branch information
anurag4DSB committed Nov 14, 2024
1 parent 80e6b86 commit 76de381
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Download all workflow run artifacts
uses: actions/download-artifact@v4
with:
path: ./actions-artifacts

- name: Create GitHub Release
uses: softprops/action-gh-release@v2
Expand All @@ -41,6 +45,7 @@ jobs:
tag_name: ${{ inputs.tag }}
name: Release ${{ inputs.tag }}
generate_release_notes: true
files: ./actions-artifacts/*

package-helm-chart:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 76de381

Please sign in to comment.