Commit a215ae90 a215ae90787846ac9da3ab217248d9b2b18e43da by Vincent Peybernes

#9 push tags on publish

1 parent 0d636ae1
Pipeline #31 for a215ae90 failed in 1 minute 18 seconds
...@@ -39,5 +39,5 @@ publish: ...@@ -39,5 +39,5 @@ publish:
39 - npm install 39 - npm install
40 - npm version $PUBLISH_VERSION 40 - npm version $PUBLISH_VERSION
41 - npm run build 41 - npm run build
42 - npm publish
43 - git push origin --tags
...\ No newline at end of file ...\ No newline at end of file
42 - git push origin --tags
43 - npm publish
...\ No newline at end of file ...\ No newline at end of file
......