Skip to content

Commit

Permalink
Create plugin: Fix plugin.json check step on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
oshirohugo committed Nov 15, 2024
1 parent aaa0675 commit d739d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-plugin/templates/github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
- name: Check plugin.json
run: |
docker run --pull=always \
-v $PWD/${{ steps.metadata.outputs.archive }}:/archive.zip \
-v $PWD/$\{{ steps.metadata.outputs.archive }}:/archive.zip \
grafana/plugin-validator-cli -analyzer=metadatavalid /archive.zip
- name: Archive Build
Expand Down

0 comments on commit d739d35

Please sign in to comment.