Skip to content

Commit

Permalink
fix setting upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
chaseadamsio committed May 19, 2019
1 parent 890ce7f commit 5c5b7c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/release/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@ echo "$SSH_PRIVATE_KEY" | ssh-add -
git config --global user.email "[email protected]"
git config --global user.name "CAIO VSCE Robot"

git branch master -u origin/master

yarn install
yarn run release

0 comments on commit 5c5b7c1

Please sign in to comment.