Skip to content

Commit

Permalink
chore: Fix release GitHub action (#880)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislav Khalash authored Mar 12, 2024
1 parent ce390bf commit c22fce6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
GITHUB_OWNER: "${{ github.repository_owner }}"
GITHUB_REPO: "telemetry-manager"

- name: Install kustomize
run: make kustomize

- name: Release
run: hack/release.sh
env:
Expand Down

0 comments on commit c22fce6

Please sign in to comment.