We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8051b9 commit ea7ac0bCopy full SHA for ea7ac0b
.github/workflows/release.yml
@@ -85,9 +85,9 @@ jobs:
85
run: |
86
sudo apt-get install jq
87
88
- #export GRAFANA_PLUGIN_ID=$(cat dist/plugin.json | jq -r .id)
89
- export GRAFANA_PLUGIN_ID=v2.1.1
90
- export GRAFANA_PLUGIN_VERSION=$(cat dist/plugin.json | jq -r .info.version)
+ export GRAFANA_PLUGIN_ID=$(cat dist/plugin.json | jq -r .id)
+ #export GRAFANA_PLUGIN_VERSION=$(cat dist/plugin.json | jq -r .info.version)
+ export GRAFANA_PLUGIN_VERSION=v2.1.1
91
export GRAFANA_PLUGIN_TYPE=$(cat dist/plugin.json | jq -r .type)
92
export GRAFANA_PLUGIN_ARTIFACT=${GRAFANA_PLUGIN_ID}-${GRAFANA_PLUGIN_VERSION}.zip
93
export GRAFANA_PLUGIN_ARTIFACT_CHECKSUM=${GRAFANA_PLUGIN_ARTIFACT}.md5
0 commit comments