Skip to content

Commit

Permalink
chore(travis/deploy): fetch tags before release
Browse files Browse the repository at this point in the history
  • Loading branch information
taye committed Nov 25, 2019
1 parent ccd1bab commit fd31444
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ chmod 600 $HOME/deploy_key # Allow read access to the private key
ssh-add $HOME/deploy_key # Add the private key to SSH

git remote set-url origin ssh://[email protected]/taye/interact.js.git
git fetch --tags

# undo permission changes to bin files
git checkout -- $TRAVIS_BUILD_DIR/{jsdoc,scripts}
Expand Down

0 comments on commit fd31444

Please sign in to comment.