diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2a070dd..efbacb6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,7 +3,7 @@ name: Release on: push: tags: - - "v*.*.*" # Run workflow on version tags, e.g. v1.0.0. + - 'v*.*.*' # Run workflow on version tags, e.g. v1.0.0. jobs: release: @@ -15,12 +15,12 @@ jobs: - name: Setup Node.js environment uses: actions/setup-node@v2.1.2 with: - node-version: "14.x" + node-version: '14.x' - name: Setup Go environment uses: actions/setup-go@v2 with: - go-version: "1.15" + go-version: '1.15' - name: Get yarn cache directory path id: yarn-cache-dir-path @@ -119,7 +119,7 @@ jobs: - name: Lint plugin run: | git clone https://github.com/grafana/plugin-validator - pushd ./plugin-validator/cmd/plugincheck + pushd ./plugin-validator/pkg/cmd/plugincheck go install popd plugincheck ${{ steps.metadata.outputs.archive }}