Skip to content

Commit e22e2c3

Browse files
authored
fix: Updates release config to esm
1 parent 3e8301d commit e22e2c3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/release.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@ on:
55
## only manually release for now
66
workflow_dispatch:
77

8-
98
jobs:
109
release:
1110
name: Release to NPM
1211
permissions:
1312
contents: write
13+
issues: write
14+
pull-requests: write
15+
1416
runs-on: ubuntu-latest
1517
steps:
1618
- uses: actions/checkout@v4

release.config.js release.config.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ const config = {
1212
]
1313
};
1414

15-
module.exports = config;
15+
export default config;

0 commit comments

Comments
 (0)