Skip to content

Commit 82afb91

Browse files
committed
Updated release workflow
1 parent 42019e2 commit 82afb91

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,12 @@ jobs:
8686
# Avoid a git clone within another checkout
8787
pushd ~
8888
git clone https://github.com/grafana/plugin-validator
89-
pushd plugin-validator/pkg/cmd/plugincheck2
89+
pushd plugin-validator/pkg/cmd/plugincheck
90+
go mod tidy
9091
go install
9192
popd
9293
popd
93-
plugincheck2 sentinelone-dataset-datasource-${{ steps.version.outputs.version }}.zip
94+
plugincheck sentinelone-dataset-datasource-${{ steps.version.outputs.version }}.zip
9495
- name: Generate changelog
9596
run: awk '/^## / {s++} s==1 {print} s==2 {exit}' CHANGELOG.md | tail -n+2 > RELEASE_CHANGELOG.md
9697
- uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)