Skip to content

Commit

Permalink
fix: update publish process
Browse files Browse the repository at this point in the history
  • Loading branch information
d0whc3r committed Jul 19, 2019
1 parent b39f732 commit c3566b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ publish-npm:
- git checkout master
- yarn build:packages
- git add .
- "git commit -m 'docs: update documentation'\n[skip-ci]"
- "git commit -m 'docs: update documentation\n[skip-ci]'"
- git push
- echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}' > .npmrc
- yarn publish:packages

0 comments on commit c3566b7

Please sign in to comment.