Skip to content

Commit 3a9b61a

Browse files
fix: added cjs to included files
1 parent e97f622 commit 3a9b61a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ runs:
161161
GITHUB_TOKEN: ${{ steps.get_installation_token.outputs.token || github.token }}
162162
run: |
163163
git add "${{ inputs.manifestPath }}"
164-
find ${{ github.workspace }}/dist \( -name "*.js" -o -name "*.map" -o -name "*.json" \) -print0 | xargs -0 git add -f
164+
find ${{ github.workspace }}/dist \( -name "*.js" -o -name "*.cjs" -o -name "*.map" -o -name "*.json" \) -print0 | xargs -0 git add -f
165165
echo "Changed files:"
166166
echo "$(git diff-index --cached --name-only HEAD)"
167167
if [ -n "$(git diff-index --cached --name-only HEAD)" ]; then

0 commit comments

Comments
 (0)