Skip to content

Commit

Permalink
fix validator again
Browse files Browse the repository at this point in the history
  • Loading branch information
Slach committed Jan 19, 2024
1 parent 1425605 commit a8a6aa9
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 @@ -102,7 +102,7 @@ jobs:
curl -L https://github.com/grafana/plugin-validator/releases/download/${VALIDATOR_VERSION}/plugin-validator_${VALIDATOR_VERSION//v/}_linux_${VALIDATOR_ARCH}.tar.gz | tar -xz -C .
curl -L https://github.com/grafana/plugin-validator/raw/main/config/strict.yaml -o strict.yaml
popd
./plugin-validator/plugincheck2 -config ./strict.yaml -strict ${{ steps.metadata.outputs.archive }}
./plugin-validator/plugincheck2 -config ./plugin-validator/strict.yaml -strict ${{ steps.metadata.outputs.archive }}
- name: Create changelog
id: changelog
Expand Down

0 comments on commit a8a6aa9

Please sign in to comment.