Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
fix: issues with the release script 2
Browse files Browse the repository at this point in the history
Signed-off-by: Mateusz Urbanek <mateusz.urbanek.98@gmail.com>
  • Loading branch information
shanduur committed May 29, 2024
1 parent 49890f2 commit b874324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,6 @@ def run(args=sys.argv) -> None:
resources=resources, image_name=args.image, new_tag=args.version
)
_write_kustomization(kustomization=kustomization, filepath="./kustomization.yaml")
make(["manifests", "apidocs"])
make(["manifests", "api-docs"])

_release(version, args.version)

0 comments on commit b874324

Please sign in to comment.