Commit 1d2856d2 1d2856d2d70d28e82aa94f29ee5462c09d85e627 by Vincent Peybernes

#9 Prepare publish - push on tag

1 parent a215ae90
Pipeline #32 for 1d2856d2 passed in 59 seconds
......@@ -29,15 +29,13 @@ build:
publish:
stage: publish
when: manual
only:
- master
- tags
environment:
name: npm
url: https://www.npmjs.com/package/relative-placement-js
script:
- npm install
- npm version $PUBLISH_VERSION
- npm run build
- git push origin --tags
- npm publish
\ No newline at end of file
......