We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 411307e commit de02e80Copy full SHA for de02e80
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@v3
17
18
- uses: grafana/plugin-actions/build-plugin@main
19
- #with:
+ with:
20
# see https://grafana.com/developers/plugin-tools/publish-a-plugin/sign-a-plugin#generate-an-access-policy-token to generate it
21
# save the value in your repository secrets
22
- #policy_token: ${{ secrets.GRAFANA_ACCESS_POLICY_TOKEN }}
+ policy_token: ${{ secrets.GRAFANA_ACCESS_POLICY_TOKEN }}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "grafana-questdb-datasource",
3
- "version": "0.1.1",
+ "version": "0.1.2",
4
"description": "QuestDB Datasource for Grafana",
5
"engines": {
6
"node": ">=18"
0 commit comments