Skip to content

Commit c88ac8a

Browse files
authored
fix: content permissions in release (#1005)
* fix: content permissions in release Signed-off-by: Reinis Martinsons <reinis@umaproject.org> * fix: bump version Signed-off-by: Reinis Martinsons <reinis@umaproject.org> --------- Signed-off-by: Reinis Martinsons <reinis@umaproject.org>
1 parent da16663 commit c88ac8a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ name: Publish Package to npmjs
1212
on:
1313
release:
1414
types: [created]
15+
permissions:
16+
contents: write
1517
env:
1618
NODE_VERSION: "20.x"
1719
EVM_ARTIFACTS_PATHS: |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@across-protocol/contracts",
3-
"version": "4.0.10",
3+
"version": "4.0.11",
44
"author": "UMA Team",
55
"license": "AGPL-3.0-only",
66
"repository": {

0 commit comments

Comments
 (0)