We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6df8482 commit 0f0423bCopy full SHA for 0f0423b
.github/workflows/ci.yml
@@ -183,7 +183,7 @@ jobs:
183
if: env.RUNNING && matrix.target == 'npm'
184
- name: Set running flag
185
run: |
186
- LATEST=`npm view . version`
+ LATEST=`npm view . version` 2> /dev/null || :
187
CURRENT=`cat package.json | jq -r .version`
188
if [ "$LATEST" = "$CURRENT" ]; then
189
echo "::set-env name=RUNNING::"
0 commit comments