Skip to content

Commit

Permalink
Bump to 0.0.5.1 to allow a new release
Browse files Browse the repository at this point in the history
Signed-off-by: Matthieu Patou <mat@matws.net>
  • Loading branch information
ekacnet committed May 30, 2024
1 parent d6b3382 commit 70639c0
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 @@ -19,8 +19,8 @@ jobs:
with:
submodules: recursive
- uses: grafana/plugin-actions/build-plugin@release
with:
policy_token: ${{ secrets.GRAFANA_ACCESS_POLICY_TOKEN }}
# Uncomment to enable plugin signing
# (For more info on how to generate the access policy token see https://grafana.com/developers/plugin-tools/publish-a-plugin/sign-a-plugin#generate-an-access-policy-token)
#with:
# Make sure to save the token in your repository secrets
#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": "cubism-grafana-panel",
"version": "0.0.5",
"version": "0.0.5_1",
"description": "A panel to display cubism like graph in grafana",
"scripts": {
"build": "webpack -c ./webpack.config.ts --env production",
Expand Down

0 comments on commit 70639c0

Please sign in to comment.