@@ -120,7 +120,7 @@ jobs:
120120 - name : Lint plugin 
121121 run : | 
122122 git clone https://github.com/grafana/plugin-validator 
123-  pushd ./plugin-validator/cmd/plugincheck 
123+  pushd ./plugin-validator/pkg/ cmd/plugincheck 
124124 go install 
125125 popd 
126126 plugincheck ${{ steps.metadata.outputs.archive }} 
@@ -162,4 +162,4 @@ jobs:
162162 run : | 
163163 echo Publish your plugin to grafana.com/plugins by opening a PR to https://github.com/grafana/grafana-plugin-repository with the following entry: 
164164 echo 
165-  echo '{ "id": "${{ steps.metadata.outputs.plugin-id }}", "type": "${{ steps.metadata.outputs.plugin-type }}", "url": "https://github.com/${{ github.repository }}", "versions": [ { "version": "${{ steps.metadata.outputs.plugin-version }}", "commit": "${{ github.sha }}", "url": "https://github.com/${{ github.repository }}", "download": { "any": { "url": "${{ steps.upload-plugin-asset.outputs.browser_download_url }}", "md5": "${{ steps.package-plugin.outputs.checksum }}" } } } ] }' | jq . 
165+  echo '{ "id": "${{ steps.metadata.outputs.plugin-id }}", "type": "${{ steps.metadata.outputs.plugin-type }}", "url": "https://github.com/${{ github.repository }}", "versions": [ { "version": "${{ steps.metadata.outputs.plugin-version }}", "commit": "${{ github.sha }}", "url": "https://github.com/${{ github.repository }}", "download": { "any": { "url": "${{ steps.upload-plugin-asset.outputs.browser_download_url }}", "md5": "${{ steps.package-plugin.outputs.checksum }}" } } } ] }' | jq . 
0 commit comments