Skip to content

Commit

Permalink
updating release ci - adding kustomize
Browse files Browse the repository at this point in the history
  • Loading branch information
yossig-runai committed Oct 7, 2024
1 parent 69eea87 commit 9bebf80
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Kustomize
run: |
make kustomize
kustomize build config/default -o argo-rollout-config-keeper-operator.yaml
- name: Publish release
uses: softprops/action-gh-release@v2
with:
Expand Down

0 comments on commit 9bebf80

Please sign in to comment.