更新 action.yml

This commit is contained in:
2026-04-23 21:42:18 +08:00
parent 5554b3e52b
commit d7985462a9

View File

@@ -10,8 +10,9 @@ runs:
args: | args: |
-c "export https_proxy=http://100.100.13.14:8118 && \ -c "export https_proxy=http://100.100.13.14:8118 && \
export http_proxy=http://100.100.13.14:8118 && \ export http_proxy=http://100.100.13.14:8118 && \
npm install && \ npm pkg set version=${{ github.ref_name }}
npm run build-only" npm ci && \
npm run build"
- uses: docker://ubuntu:latest - uses: docker://ubuntu:latest
with: with: