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 5151 commit_user_name : github-actions
5252 commit_user_email : noreply@arnaud.tech
5353 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
5555 skip_dirty_check : true
5656 push_options : ' --force'
5757 branch : ${{ steps.package-version.outputs.current-version }}
7272 uses : softprops/action-gh-release@v1
7373 with :
7474 files : |
75- index.min.js
76- index.min.js.map
75+ build/ index.min.js
76+ build/ index.min.js.map
7777 package-lock.json
7878 tag_name : ${{ steps.package-version.outputs.current-version }}
7979 name : ${{ steps.package-version.outputs.current-version }}
You can’t perform that action at this time.
0 commit comments