We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fa338b commit 80215f4Copy full SHA for 80215f4
.github/workflows/release.yml
@@ -82,14 +82,6 @@ jobs:
82
md5sum ${{ steps.metadata.outputs.archive }} > ${{ steps.metadata.outputs.archive-checksum }}
83
echo "::set-output name=checksum::$(cat ./${{ steps.metadata.outputs.archive-checksum }} | cut -d' ' -f1)"
84
85
- - name: Lint plugin
86
- run: |
87
- git clone https://github.com/grafana/plugin-validator
88
- pushd ./plugin-validator/pkg/cmd/plugincheck2
89
- go install
90
- popd
91
- plugincheck2 ${{ steps.metadata.outputs.archive }}
92
-
93
- name: Create release
94
id: create_release
95
uses: actions/create-release@v1
0 commit comments