Skip to content

Commit

Permalink
fix release workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
Nils Hirsekorn authored and Nils Hirsekorn committed Nov 24, 2020
1 parent 29af52b commit 7efb6b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: npm run build

- name: Sign plugin
run: npm run grafana-toolkit plugin:sign
run: yarn run grafana-toolkit plugin:sign
env:
GRAFANA_API_KEY: ${{ secrets.GRAFANA_API_KEY }} # Requires a Grafana API key from Grafana.com.

Expand Down

0 comments on commit 7efb6b0

Please sign in to comment.