Skip to content

Commit 0e73180

Browse files
committed
Replace deprecated plugincheck version
1 parent 4f2159b commit 0e73180

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ jobs:
8585
- name: Lint plugin
8686
run: |
8787
git clone https://github.com/grafana/plugin-validator
88-
pushd ./plugin-validator/pkg/cmd/plugincheck
88+
pushd ./plugin-validator/pkg/cmd/plugincheck2
8989
go install
9090
popd
91-
plugincheck ${{ steps.metadata.outputs.archive }}
91+
plugincheck2 ${{ steps.metadata.outputs.archive }}
9292
9393
- name: Create release
9494
id: create_release

0 commit comments

Comments
 (0)