Skip to content

Commit

Permalink
fix: change release script extension to .cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
Embraser01 committed Sep 9, 2024
1 parent 9a5d1f0 commit 456508b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
PRERELEASE: ${{ inputs.prerelease }}
with:
script: |
const script = require('./scripts/release-from-ci.js')
const script = require('./scripts/release-from-ci.cjs')
await script({ github, context, exec });
File renamed without changes.

0 comments on commit 456508b

Please sign in to comment.