Skip to content

Commit

Permalink
ci: Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-mu committed Apr 29, 2024
1 parent f1b8ded commit 0dbaa60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ jobs:
run: |
sudo apt-get install jq
export GRAFANA_PLUGIN_ID=$(cat src/plugin.json | jq -r .id)
export GRAFANA_PLUGIN_VERSION=$(cat src/plugin.json | jq -r .info.version)
export GRAFANA_PLUGIN_TYPE=$(cat src/plugin.json | jq -r .type)
export GRAFANA_PLUGIN_ID=$(cat geomap-wms-panel/plugin.json | jq -r .id)
export GRAFANA_PLUGIN_VERSION=$(cat geomap-wms-panel/plugin.json | jq -r .info.version)
export GRAFANA_PLUGIN_TYPE=$(cat geomap-wms-panel/plugin.json | jq -r .type)
export GRAFANA_PLUGIN_ARTIFACT=${GRAFANA_PLUGIN_ID}-${GRAFANA_PLUGIN_VERSION}.zip
export GRAFANA_PLUGIN_ARTIFACT_SHA1SUM=${GRAFANA_PLUGIN_ARTIFACT}.sha1
Expand Down

0 comments on commit 0dbaa60

Please sign in to comment.