1
0
mirror of https://github.com/snobu/destreamer.git synced 2026-01-17 05:22:18 +00:00

I guess we shouldn't exit 0, Captain Obivous.

This commit is contained in:
snobu
2019-10-01 14:32:09 +03:00
parent db9681e09e
commit 4ac992e425

View File

@@ -25,7 +25,7 @@ jobs:
if [ $ISREADME != 'false' ]; then if [ $ISREADME != 'false' ]; then
echo 'Only the README has changed, skipping build.' echo 'Only the README has changed, skipping build.'
exit 0 exit 66
fi fi
- name: Use Node.js ${{ matrix.node-version }} - name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1 uses: actions/setup-node@v1