diff --git a/templates/npm/npm-build.gitlab-ci.yml b/templates/npm/npm-build.gitlab-ci.yml index 7fe3d4e..8cad713 100644 --- a/templates/npm/npm-build.gitlab-ci.yml +++ b/templates/npm/npm-build.gitlab-ci.yml @@ -8,11 +8,6 @@ if [ "$FRONTEND_DIR" != "" ]; then cd $FRONTEND_DIR fi - # Requires npm > 8.X - - > - if [ "$CI_COMMIT_TAG" != "" ]; then - npm --no-git-tag-version version from-git - fi script: - npm run ci:build artifacts: