diff --git a/action.yml b/action.yml index 1cf1b21..a1a19b2 100644 --- a/action.yml +++ b/action.yml @@ -10,8 +10,9 @@ runs: args: | -c "export https_proxy=http://100.100.13.14:8118 && \ export http_proxy=http://100.100.13.14:8118 && \ - npm install && \ - npm run build-only" + npm pkg set version=${{ github.ref_name }} + npm ci && \ + npm run build" - uses: docker://ubuntu:latest with: