File tree 2 files changed +23
-1
lines changed
2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change
1
+ name : Release
2
+
3
+ on :
4
+ push :
5
+ tags :
6
+ - " v*" # Run workflow on version tags, e.g. v1.0.0.
7
+
8
+ # necessary to create releases
9
+ permissions :
10
+ contents : write
11
+
12
+ jobs :
13
+ release :
14
+ runs-on : ubuntu-latest
15
+ steps :
16
+ - uses : actions/checkout@v3
17
+
18
+ - uses : grafana/plugin-actions/build-plugin@main
19
+ 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 }}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " grafana-questdb-datasource" ,
3
- "version" : " 1.0 .0" ,
3
+ "version" : " 0.1 .0" ,
4
4
"description" : " QuestDB Datasource for Grafana" ,
5
5
"engines" : {
6
6
"node" : " >=16"
You can’t perform that action at this time.
0 commit comments