Skip to content

Commit

Permalink
Removed map files (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
ulyssear committed Feb 10, 2023
1 parent 96505b1 commit 1b682f8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,10 @@ jobs:
commit_user_name: github-actions
commit_user_email: [email protected]
commit_author: github-actions <[email protected]>
file_pattern: ./build/index.min.js ./build/index.min.js.map build/polyfill.min.js build/polyfill.min.js.map package-lock.json
file_pattern:
build/index.min.js
build/polyfill.min.js
package-lock.json
skip_dirty_check: true
push_options: '--force'
branch: ${{ steps.package-version.outputs.current-version }}
Expand Down

0 comments on commit 1b682f8

Please sign in to comment.