npm_publish: stage: deploy only: - master@henson/dev-infrastructure/mrm-preset except: - tags script: - 'printf "\n${NPM_AUTH_TOKEN}" >> .npmrc' - yarn install - npm publish --unsafe-perm - npm run gittag tags: - nodejs8