Skip to content

Commit

Permalink
Set plugin version to the tag used for testing the GitHub action
Browse files Browse the repository at this point in the history
Signed-off-by: Dom Del Nano <[email protected]>
  • Loading branch information
ddelnano committed Dec 5, 2024
1 parent 1bacf1b commit f438e24
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
echo "::set-output name=checksum::$(cat ./${{ steps.metadata.outputs.archive-checksum }} | cut -d' ' -f1)"
- name: Lint plugin
run: |
git clone --branch v0.6.2 --depth 1 https://github.com/grafana/plugin-validator
git clone --branch v0.7.1 --depth 1 https://github.com/grafana/plugin-validator
pushd ./plugin-validator/pkg/cmd/plugincheck
go install
popd
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pixie-pixie-datasource",
"version": "0.0.10",
"version": "0.10.0-test-release-job",
"description": "Pixie's Grafana Datasource Plugin",
"scripts": {
"build": "grafana-toolkit plugin:build",
Expand Down
2 changes: 1 addition & 1 deletion src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"path": "img/screenshots/namespace-metrics-script.png"
}
],
"version": "0.0.10",
"version": "0.10.0-test-release-job",
"updated": "2024-11-05"
},
"dependencies": {
Expand Down

0 comments on commit f438e24

Please sign in to comment.