Skip to content

Commit

Permalink
remove strict option from plugin validation
Browse files Browse the repository at this point in the history
  • Loading branch information
Slach committed Sep 13, 2023
1 parent 96fb2b7 commit 48f45ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
pushd /tmp/plugin-validator/pkg/cmd/plugincheck2
go install
popd
plugincheck2 -config=/tmp/plugin-validator/config/strict.yaml -strict /tmp/${{ steps.metadata.outputs.archive }}
plugincheck2 -config=/tmp/plugin-validator/config/strict.yaml /tmp/${{ steps.metadata.outputs.archive }}
- name: Create release
id: create_release
Expand Down

0 comments on commit 48f45ee

Please sign in to comment.