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 7e342df commit 40a98bdCopy full SHA for 40a98bd
.github/workflows/check-dist.yml
@@ -49,7 +49,7 @@ jobs:
49
50
# If index.js was different than expected, upload the expected version as an artifact
51
- uses: actions/upload-artifact@v3
52
- if: ${{ failure() && steps.diff.conclusion == 'failure' }}
+ # if: ${{ failure() && steps.diff.conclusion == 'failure' }}
53
with:
54
name: dist
55
path: dist/
0 commit comments