Skip to content

Commit 0d1e7cb

Browse files
authored
fix: update contents permission to allow uploading release assets (#450)
* fix: update contents permission to allow uploading release assets * bump to version 4.37.1
1 parent b66f7bf commit 0d1e7cb

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permissions:
88
id-token: write # Required for OIDC authentication with npm
99
packages: write
1010
checks: write
11-
contents: read
11+
contents: write
1212
actions: read
1313

1414
jobs:

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws/mynah-ui",
33
"displayName": "AWS Mynah UI",
4-
"version": "4.37.0",
4+
"version": "4.37.1",
55
"description": "AWS Toolkit VSCode and Intellij IDE Extension Mynah UI",
66
"publisher": "Amazon Web Services",
77
"license": "Apache License 2.0",

0 commit comments

Comments
 (0)