Add yaml manifest generation (#2548)

Co-authored-by: shaunak_deshmukh <shaunak@infracloud.io>
This commit is contained in:
Shaunak Deshmukh
2022-09-16 18:13:46 +05:30
committed by GitHub
co-authored by shaunak_deshmukh
parent 58f33d6f6c
commit 121f962399
2 changed files with 61 additions and 0 deletions
+6
View File
@@ -62,6 +62,12 @@ jobs:
env:
KEY: ${{ secrets.COSIGN_PRIVATE_KEY }}
- name: Generate yaml for manifest, Minikube and Openshift installation
run: ${GITHUB_WORKSPACE}/hack/build-yaml.sh $VERSION
env:
VERSION: ${{ steps.get_version.outputs.VERSION }}
shell: bash
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3
with: