Skip to content

Commit

Permalink
Change release action back to commonjs (#1014)
Browse files Browse the repository at this point in the history
The change to esm happened in #997 and accidentally also affected
the release job.
  • Loading branch information
Frederik Rothenberger authored Nov 15, 2022
1 parent ac8e80c commit b4fa31a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ outputs:
description: The notes file
runs:
using: 'node16'
main: 'main.js'
post: 'main.js'
main: 'main.cjs'
post: 'main.cjs'
File renamed without changes.

0 comments on commit b4fa31a

Please sign in to comment.