Last active
October 26, 2015 21:54
-
-
Save boennemann/f7c2302c6e531a1b6c9a to your computer and use it in GitHub Desktop.
semantic-release setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
export GITHUB_TOKEN=$GH_TOKEN | |
curl -Lo travis_after_all.py https://git.io/vLSON | |
python travis_after_all.py | |
export $(cat $(pwd)/.to_export_back 2> /dev/null) &> /dev/null | |
rm travis_after_all.py .to_export_back |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment