We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e97f622 commit 3a9b61aCopy full SHA for 3a9b61a
action.yml
@@ -161,7 +161,7 @@ runs:
161
GITHUB_TOKEN: ${{ steps.get_installation_token.outputs.token || github.token }}
162
run: |
163
git add "${{ inputs.manifestPath }}"
164
- find ${{ github.workspace }}/dist \( -name "*.js" -o -name "*.map" -o -name "*.json" \) -print0 | xargs -0 git add -f
+ find ${{ github.workspace }}/dist \( -name "*.js" -o -name "*.cjs" -o -name "*.map" -o -name "*.json" \) -print0 | xargs -0 git add -f
165
echo "Changed files:"
166
echo "$(git diff-index --cached --name-only HEAD)"
167
if [ -n "$(git diff-index --cached --name-only HEAD)" ]; then
0 commit comments