Commit ca676b3 1 parent 7db26a8 commit ca676b3 Copy full SHA for ca676b3
File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 90
90
[[ "${{ github.event.inputs.dry-run-enabled }}" == true && ! -f VERSION ]] && echo -n "0.0.0-latest" > VERSION
91
91
echo "version=$(cat VERSION | tr -d '[:space:]')" | tee -a ${GITHUB_OUTPUT}
92
92
93
- - name : Build Production Distribution
94
- run : |
95
- set -x
96
- npm install
97
- npm run build
98
-
99
93
update-readme :
100
94
name : " Update README.md"
101
95
uses : ./.github/workflows/zxc-update-readme.yaml
@@ -159,6 +153,12 @@ jobs:
159
153
attempt_limit : 3
160
154
attempt_delay : 5000
161
155
156
+ - name : Build Production Distribution
157
+ run : |
158
+ set -x
159
+ npm install
160
+ npm run build
161
+
162
162
- name : Setup JFrog CLI
163
163
uses : jfrog/setup-jfrog-cli@9fe0f98bd45b19e6e931d457f4e98f8f84461fb5 # v4.4.1
164
164
env :
You can’t perform that action at this time.
0 commit comments