Skip to content

Commit

Permalink
Updated release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jmakar-s1 committed Mar 14, 2023
1 parent 82afb91 commit 3762e80
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: yarn build
- uses: actions/setup-go@v3
with:
go-version: "1.16"
go-version: "stable"
# Ref: https://github.com/actions/cache/blob/main/examples.md#linux-1
- uses: actions/cache@v3
with:
Expand Down Expand Up @@ -86,12 +86,11 @@ jobs:
# Avoid a git clone within another checkout
pushd ~
git clone https://github.com/grafana/plugin-validator
pushd plugin-validator/pkg/cmd/plugincheck
go mod tidy
pushd plugin-validator/pkg/cmd/plugincheck2
go install
popd
popd
plugincheck sentinelone-dataset-datasource-${{ steps.version.outputs.version }}.zip
plugincheck2 sentinelone-dataset-datasource-${{ steps.version.outputs.version }}.zip
- name: Generate changelog
run: awk '/^## / {s++} s==1 {print} s==2 {exit}' CHANGELOG.md | tail -n+2 > RELEASE_CHANGELOG.md
- uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 3762e80

Please sign in to comment.