Discrepancy in Release Tag Naming Convention Causes Installation Script Failure
rgarmyn opened this issue · 1 comments
rgarmyn commented
Hi @mahendrapaipuri ,
I encountered an issue while trying to install the Grafana Dashboard Reporter plugin using the provided shell script bootstrap-dashboard-reporter-app.sh
The script attempts to download the latest release of the plugin from the GitHub repository using a constructed URL that includes the release tag name.
The script assumes that the release tags are prefixed with a 'v' (e.g., 'v1.0.0'). However, the actual release tags in the repository do not include this prefix (e.g., '1.0.0').
I suggest updating the release tags in the repository to include the 'v' prefix.
mahendrapaipuri commented