Skip to content

Commit

Permalink
update makefile for release (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehazlett authored Jul 21, 2022
1 parent cce517c commit c193085
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build: check-env
plugin: check-env
@npm install
@yarn build
@npx @grafana/toolkit plugin:sign $(SIGN_ARGS)
@npx @grafana/toolkit plugin:sign --signatureType=commercial $(SIGN_ARGS)
@rm -rf kentik-connect-app
@mv dist kentik-connect-app
@zip -r kentik-connect-app-$(VERSION).zip kentik-connect-app
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "kentik-grafana-app",
"name": "kentik-connect-app",
"private": false,
"version": "1.6.1",
"description": "Kentik Connect for Grafana allows you to quickly and easily enhance your visibility into your network traffic.",
Expand Down

0 comments on commit c193085

Please sign in to comment.