Skip to content

Commit

Permalink
fix: use cjs for config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiphe committed Sep 6, 2022
1 parent c482a82 commit d6709a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ runs:
cd ${{ inputs.directory }}
if [ "${{inputs.add_config}}" = true ]; then
cp ${{ github.action_path }}/release.config.template.js ./release.config.js
cp ${{ github.action_path }}/release.config.template.js ./release.config.cjs
fi
if [ "${{github.event_name}}" = "push" ]; then
Expand Down

0 comments on commit d6709a0

Please sign in to comment.