Loading .gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,8 @@ build: image: node:latest rules: - if: $CI_COMMIT_TAG before_script: - yarn install --prefer-offline script: - MAX_VERSION=$(node -p -e "require('./package.json').version") - ASSET="max-V${PACKAGE_VERSION}.zip" Loading Loading
.gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,8 @@ build: image: node:latest rules: - if: $CI_COMMIT_TAG before_script: - yarn install --prefer-offline script: - MAX_VERSION=$(node -p -e "require('./package.json').version") - ASSET="max-V${PACKAGE_VERSION}.zip" Loading