Skip to content

Commit

Permalink
Upload artefact on release
Browse files Browse the repository at this point in the history
  • Loading branch information
outscale-mdr committed Mar 6, 2023
1 parent 6f23cc6 commit 45b3fb8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ jobs:
path: "CHANGELOG-0.x.md"
version: ${{ github.ref_name }}

- uses: azure/setup-helm@v3
with:
version: v3.10.1
- name : Create Helm-package
run: make helm-package

- name: Create Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
Expand All @@ -30,4 +36,5 @@ jobs:
name: Release ${{ github.ref_name }}
draft: true
prerelease: false
body: ${{ steps.changelog.outputs.changes }}
body: ${{ steps.changelog.outputs.changes }}
files: out-helm/*

0 comments on commit 45b3fb8

Please sign in to comment.