Skip to content

Commit 42019e2

Browse files
committed
Updated release workflow
1 parent d8cb62f commit 42019e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,11 @@ 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/plugincheck
89+
pushd plugin-validator/pkg/cmd/plugincheck2
9090
go install
9191
popd
9292
popd
93-
plugincheck sentinelone-dataset-datasource-${{ steps.version.outputs.version }}.zip
93+
plugincheck2 sentinelone-dataset-datasource-${{ steps.version.outputs.version }}.zip
9494
- name: Generate changelog
9595
run: awk '/^## / {s++} s==1 {print} s==2 {exit}' CHANGELOG.md | tail -n+2 > RELEASE_CHANGELOG.md
9696
- uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)