We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96505b1 commit 1b682f8Copy full SHA for 1b682f8
.github/workflows/deploy-image.yml
@@ -51,7 +51,10 @@ jobs:
51
commit_user_name: github-actions
52
commit_user_email: noreply@arnaud.tech
53
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
+ file_pattern:
55
+ build/index.min.js
56
+ build/polyfill.min.js
57
+ package-lock.json
58
skip_dirty_check: true
59
push_options: '--force'
60
branch: ${{ steps.package-version.outputs.current-version }}
0 commit comments