Skip to content

Commit

Permalink
fix(ci): cd /app
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon committed Oct 31, 2019

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent dda6834 commit 5bdaaea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci/stages/notify.yml
Original file line number Diff line number Diff line change
@@ -62,6 +62,7 @@ Release:
- git config user.name "${CI_GIT_AUTHOR_NAME}"
- git config user.email "${CI_GIT_AUTHOR_EMAIL}"
- git remote set-url origin https://${GITHUB_TOKEN}@github.com/${CI_PROJECT_PATH}.git
- cd /app
script:
- GH_TOKEN=${GITHUB_TOKEN} yarn lerna version ${LERNA_ARGS:="--force-publish --yes"}

0 comments on commit 5bdaaea

Please sign in to comment.