Skip to content

Commit 9bda67d

Browse files
committed
fix
1 parent 760a949 commit 9bda67d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
publish-npm:
99
runs-on: ubuntu-latest
10-
permission:
10+
permissions:
1111
contents: read
1212
id-token: write
1313
steps:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "exaroton",
3-
"version": "1.8.2",
3+
"version": "1.8.3",
44
"description": "exaroton API client",
55
"homepage": "https://exaroton.com",
66
"main": "index.js",

0 commit comments

Comments
 (0)