Skip to content

Commit 1b682f8

Browse files
committed
Removed map files (again)
1 parent 96505b1 commit 1b682f8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/deploy-image.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,10 @@ jobs:
5151
commit_user_name: github-actions
5252
commit_user_email: noreply@arnaud.tech
5353
commit_author: github-actions <noreply@arnaud.tech>
54-
file_pattern: ./build/index.min.js ./build/index.min.js.map build/polyfill.min.js build/polyfill.min.js.map package-lock.json
54+
file_pattern:
55+
build/index.min.js
56+
build/polyfill.min.js
57+
package-lock.json
5558
skip_dirty_check: true
5659
push_options: '--force'
5760
branch: ${{ steps.package-version.outputs.current-version }}

0 commit comments

Comments
 (0)