Skip to content

Commit

Permalink
Fix versions (#3)
Browse files Browse the repository at this point in the history
* Update ci.yml

* Update package.json

* Update package-lock.json
  • Loading branch information
black-ghost-off authored Nov 7, 2023
1 parent b0a5a45 commit d30c4bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,3 @@ jobs:
name: cypress-videos
path: cypress/videos
retention-days: 5

- name: Validate plugin
run: |
git clone https://github.com/grafana/plugin-validator
pushd ./plugin-validator/pkg/cmd/plugincheck2
go install
popd
plugincheck2 -config ./plugin-validator/config/default.yaml ${{ steps.metadata.outputs.archive }}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "radar",
"version": "0.0.2",
"version": "0.0.3",
"description": "",
"scripts": {
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
Expand Down

0 comments on commit d30c4bb

Please sign in to comment.