Skip to content

Commit

Permalink
Update version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bziobrowski committed Feb 29, 2024
1 parent 411307e commit de02e80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3

- uses: grafana/plugin-actions/build-plugin@main
#with:
with:
# see https://grafana.com/developers/plugin-tools/publish-a-plugin/sign-a-plugin#generate-an-access-policy-token to generate it
# save the value in your repository secrets
#policy_token: ${{ secrets.GRAFANA_ACCESS_POLICY_TOKEN }}
policy_token: ${{ secrets.GRAFANA_ACCESS_POLICY_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grafana-questdb-datasource",
"version": "0.1.1",
"version": "0.1.2",
"description": "QuestDB Datasource for Grafana",
"engines": {
"node": ">=18"
Expand Down

0 comments on commit de02e80

Please sign in to comment.