Commit c64a182 1 parent bdd1f42 commit c64a182 Copy full SHA for c64a182
File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 60
60
rm -rf toolbox/public/admin
61
61
mkdir -p toolbox/public/admin
62
62
sed -i "s#v[a-zA-Z0-9.]*#${{ env.VERSION }}#" toolbox/config/version.php
63
+ sed -i '3d' toolbox-web/package.json
64
+ sed -i "3 i\ \"version\": \"${{ env.VERSION }}\"," toolbox-web/package.json
63
65
cp -fr toolbox toolbox-full
64
66
65
67
- name : Build Toolbox
Original file line number Diff line number Diff line change 55
55
rm -rf toolbox/public/admin
56
56
mkdir -p toolbox/public/admin
57
57
sed -i "s#v[a-zA-Z0-9.]*#${{ env.VERSION }}#" toolbox/config/version.php
58
+ sed -i '3d' toolbox-web/package.json
59
+ sed -i "3 i\ \"version\": \"${{ env.VERSION }}\"," toolbox-web/package.json
58
60
cp -fr toolbox toolbox-full
59
61
60
62
- name : Build Toolbox
You can’t perform that action at this time.
0 commit comments