Skip to content

Commit

Permalink
fix: Updates release config to esm
Browse files Browse the repository at this point in the history
  • Loading branch information
davelosert authored Aug 23, 2024
1 parent 3e8301d commit e22e2c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ on:
## only manually release for now
workflow_dispatch:


jobs:
release:
name: Release to NPM
permissions:
contents: write
issues: write
pull-requests: write

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion release.config.js → release.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ const config = {
]
};

module.exports = config;
export default config;

0 comments on commit e22e2c3

Please sign in to comment.