We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb9e769 commit 5082f0cCopy full SHA for 5082f0c
.github/workflows/release.yml
@@ -63,14 +63,6 @@ jobs:
63
md5sum ${{ steps.metadata.outputs.archive }} > ${{ steps.metadata.outputs.archive-checksum }}
64
echo "::set-output name=checksum::$(cat ./${{ steps.metadata.outputs.archive-checksum }} | cut -d' ' -f1)"
65
66
- - name: Lint plugin
67
- run: |
68
- git clone https://github.com/grafana/plugin-validator
69
- pushd ./plugin-validator/cmd/plugincheck
70
- go install
71
- popd
72
- plugincheck ${{ steps.metadata.outputs.archive }}
73
-
74
- name: Create release
75
id: create_release
76
uses: actions/create-release@v1
0 commit comments