Skip to content

Commit

Permalink
Publishing v2-release
Browse files Browse the repository at this point in the history
  • Loading branch information
paambaati committed Aug 28, 2019
1 parent 0bdefa3 commit fe854f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ npm prune --production

# Force add built files and deps.
git add --force lib/ node_modules/
GIT_TRACE=1 git commit -a -m "Publishing $git_branch"
git commit -a -m "Publishing $git_branch"
git push -u origin $git_branch

# Set up release tag.
Expand Down

0 comments on commit fe854f3

Please sign in to comment.