Skip to content

Commit

Permalink
Update action permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
nckswt committed Dec 11, 2023
1 parent 2cfdf2a commit 9c3ad29
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Release

permissions:
contents: write

on:
push:
tags:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tailosinc/grafanaplugin-map-panel",
"version": "1.2.1",
"version": "1.2.2",
"description": "Visualize image files for indoor maps.",
"scripts": {
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
Expand Down
2 changes: 1 addition & 1 deletion src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"name": "Indoor Map screenshot", "path": "img/screenshot.png"
}
],
"version": "1.2.1",
"version": "1.2.2",
"updated": "2023-07-25"
},
"dependencies": {
Expand Down

0 comments on commit 9c3ad29

Please sign in to comment.