Skip to content

Commit 00b452c

Browse files
committed
Use stable grafana toolkit for signing
1 parent fb7a59c commit 00b452c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: yarn build
2525

2626
- name: Sign plugin
27-
run: npx @grafana/toolkit@canary plugin:sign
27+
run: npx @grafana/toolkit plugin:sign
2828
env:
2929
GRAFANA_API_KEY: ${{ secrets.GRAFANA_API_KEY }} # Requires a Grafana API key from Grafana.com.
3030

0 commit comments

Comments
 (0)