File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 51
51
commit_user_name : github-actions
52
52
commit_user_email : noreply@arnaud.tech
53
53
commit_author : github-actions <noreply@arnaud.tech>
54
- file_pattern : ./index.min.js ./index.min.js.map ./package-lock.json
54
+ file_pattern : ./build/ index.min.js ./build /index.min.js.map ./package-lock.json
55
55
skip_dirty_check : true
56
56
push_options : ' --force'
57
57
branch : ${{ steps.package-version.outputs.current-version }}
72
72
uses : softprops/action-gh-release@v1
73
73
with :
74
74
files : |
75
- index.min.js
76
- index.min.js.map
75
+ build/ index.min.js
76
+ build/ index.min.js.map
77
77
package-lock.json
78
78
tag_name : ${{ steps.package-version.outputs.current-version }}
79
79
name : ${{ steps.package-version.outputs.current-version }}
You can’t perform that action at this time.
0 commit comments