fix: shell linter error, again
This commit is contained in:
parent
6427ae985f
commit
7c3d63add4
|
@ -12,7 +12,7 @@ if [ -n "$NPM_AUTH_TOKEN" ]; then
|
|||
chmod 0600 "$NPM_CONFIG_USERCONFIG"
|
||||
fi
|
||||
|
||||
if [ "$GITHUB_REPOSITORY" == "mikeal/merge-release" ]
|
||||
if [ "$GITHUB_REPOSITORY" = "mikeal/merge-release" ]
|
||||
then
|
||||
sh -c "node /merge-release-run.js $*"
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue