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 d8cb62f commit 42019e2Copy full SHA for 42019e2
.github/workflows/release.yml
@@ -86,11 +86,11 @@ jobs:
86
# Avoid a git clone within another checkout
87
pushd ~
88
git clone https://github.com/grafana/plugin-validator
89
- pushd plugin-validator/pkg/cmd/plugincheck
+ pushd plugin-validator/pkg/cmd/plugincheck2
90
go install
91
popd
92
93
- plugincheck sentinelone-dataset-datasource-${{ steps.version.outputs.version }}.zip
+ plugincheck2 sentinelone-dataset-datasource-${{ steps.version.outputs.version }}.zip
94
- name: Generate changelog
95
run: awk '/^## / {s++} s==1 {print} s==2 {exit}' CHANGELOG.md | tail -n+2 > RELEASE_CHANGELOG.md
96
- uses: softprops/action-gh-release@v1
0 commit comments