Skip to content

Commit

Permalink
🚑 Fix release command
Browse files Browse the repository at this point in the history
  • Loading branch information
wesen committed Feb 10, 2025
1 parent e89d745 commit 36d12b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ tag-patch:

release:
git push --tags
GOPROXY=proxy.golang.org go list -m github.com/go-go-golems/go-go-mcp/cmd/go-go-mcp@$(shell svu current)
GOPROXY=proxy.golang.org go list -m github.com/go-go-golems/go-go-mcp@$(shell svu current)

bump-glazed:
go get github.com/go-go-golems/glazed@latest
Expand Down

0 comments on commit 36d12b6

Please sign in to comment.