Skip to content

Commit de02e80

Browse files
committed
Update version to 0.1.2
1 parent 411307e commit de02e80

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v3
1717

1818
- uses: grafana/plugin-actions/build-plugin@main
19-
#with:
19+
with:
2020
# see https://grafana.com/developers/plugin-tools/publish-a-plugin/sign-a-plugin#generate-an-access-policy-token to generate it
2121
# save the value in your repository secrets
22-
#policy_token: ${{ secrets.GRAFANA_ACCESS_POLICY_TOKEN }}
22+
policy_token: ${{ secrets.GRAFANA_ACCESS_POLICY_TOKEN }}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grafana-questdb-datasource",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "QuestDB Datasource for Grafana",
55
"engines": {
66
"node": ">=18"

0 commit comments

Comments
 (0)