#9 push tags on publish
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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 | 42 | - git push origin --tags |
43 | - npm publish | ||
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment