Skip to content

Commit befadef

Browse files
committed
Workflow and display name
1 parent cb1eece commit befadef

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010

1111
jobs:
1212
build:
13+
permissions:
14+
contents: write
1315
runs-on: ubuntu-latest
1416
steps:
1517
- uses: actions/checkout@v3

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "resx-editor",
3-
"displayName": "RESX Editor",
3+
"displayName": "ResX Viewer and Editor",
44
"description": "Viewer for .NET RESX/RESW resource files",
55
"author": "Tim Heuer",
66
"publisher": "timheuer",

0 commit comments

Comments
 (0)