Skip to content

Commit fcdb977

Browse files
author
Mikhail
committed
Update sign workflow
1 parent b9b39dd commit fcdb977

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
args: buildAll
8181

8282
- name: Sign plugin
83-
run: yarn run grafana-toolkit plugin:sign
83+
run: yarn sign
8484
env:
8585
GRAFANA_API_KEY: ${{ secrets.GRAFANA_API_KEY }} # Requires a Grafana API key from Grafana.com.
8686

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"build": "grafana-toolkit plugin:build --coverage",
2323
"dev": "grafana-toolkit plugin:dev",
2424
"format": "prettier --write \"**\"",
25+
"sign": "grafana-toolkit plugin:sign",
2526
"start": "docker-compose up",
2627
"start:dev": "docker-compose -f docker-compose/dev.yml up",
2728
"stop": "docker-compose down",

0 commit comments

Comments
 (0)