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 42019e2 commit 82afb91Copy full SHA for 82afb91
.github/workflows/release.yml
@@ -86,11 +86,12 @@ 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/plugincheck2
+ pushd plugin-validator/pkg/cmd/plugincheck
90
+ go mod tidy
91
go install
92
popd
93
- plugincheck2 sentinelone-dataset-datasource-${{ steps.version.outputs.version }}.zip
94
+ plugincheck sentinelone-dataset-datasource-${{ steps.version.outputs.version }}.zip
95
- name: Generate changelog
96
run: awk '/^## / {s++} s==1 {print} s==2 {exit}' CHANGELOG.md | tail -n+2 > RELEASE_CHANGELOG.md
97
- uses: softprops/action-gh-release@v1
0 commit comments