fix package name
All checks were successful
Build and Publish / check-chart (push) Successful in 13s
Build and Publish / helm-release (push) Has been skipped
Build and Publish / release (push) Successful in 4m28s

This commit is contained in:
Ryan McGuire 2025-03-31 16:40:20 -04:00
parent 4e23b8de1c
commit 6374aabd64

View File

@ -1,6 +1,6 @@
.PHONY: all test build docker install clean proto check_protoc
CMD_NAME := demo-app
CMD_NAME := go-server-with-otel
VERSION ?= development
API_DIR := api/
PROTO_DIRS := $(wildcard proto/demo/app/*) # TODO: Update path (probably not demo)