mirror of
https://github.com/primer/css.git
synced 2024-11-14 03:54:54 +03:00
remove unicode char from status message
This commit is contained in:
parent
6325c214ce
commit
b9fb9565b3
@ -13,7 +13,7 @@ if [[ $TRAVIS_EVENT_TYPE = pull_request ]]; then
|
||||
version=`jq -r .version modules/${package}/package.json`
|
||||
echo "📡 Transmitting release success for ${package}@${version} ..."
|
||||
TRAVIS_COMMIT=$TRAVIS_PULL_REQUEST_SHA \
|
||||
commit-status success npm/publish/pr "📦 npm install ${package}@${version}"
|
||||
commit-status success npm/publish/pr "npm install ${package}@${version}"
|
||||
# merges to dev build a release candidate
|
||||
elif [[ $TRAVIS_BRANCH = dev ]]; then
|
||||
echo "👌 Publishing release candidate..."
|
||||
|
Loading…
Reference in New Issue
Block a user