Fix release command

Signed-off-by: Jeffrey Morgan <jmorganca@gmail.com>
This commit is contained in:
Jeffrey Morgan 2015-11-24 15:03:00 -05:00
parent 8751445085
commit 750af65ffc
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
echo $MAC_KEY_CONTENT > mac_key_content.hex && xxd -p -r mac_key_content.hex ~/Library/Keychains/keychain.keychain && rm mac_key_content.hex
security unlock-keychain -p "$MAC_KEY_SECRET" ~/Library/Keychains/keychain.keychain
security default-keychain -s keychain.keychain
security list-keys
security list-keychains
npm run release