Skip to content

Commit 3762e80

Browse files
committed
Updated release workflow
1 parent 82afb91 commit 3762e80

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: yarn build
3434
- uses: actions/setup-go@v3
3535
with:
36-
go-version: "1.16"
36+
go-version: "stable"
3737
# Ref: https://github.com/actions/cache/blob/main/examples.md#linux-1
3838
- uses: actions/cache@v3
3939
with:
@@ -86,12 +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
90-
go mod tidy
89+
pushd plugin-validator/pkg/cmd/plugincheck2
9190
go install
9291
popd
9392
popd
94-
plugincheck sentinelone-dataset-datasource-${{ steps.version.outputs.version }}.zip
93+
plugincheck2 sentinelone-dataset-datasource-${{ steps.version.outputs.version }}.zip
9594
- name: Generate changelog
9695
run: awk '/^## / {s++} s==1 {print} s==2 {exit}' CHANGELOG.md | tail -n+2 > RELEASE_CHANGELOG.md
9796
- uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)