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 4043a7e commit ed7895eCopy full SHA for ed7895e
1 file changed
.github/workflows/npmpublish.yml
@@ -33,8 +33,7 @@ jobs:
33
run: |
34
sed -i 's/"phantomas"/"@macbre\/phantomas"/g' package.json; git diff
35
36
- npm publish --access public
37
-
+ npm publish --access public || true
38
git checkout -- .
39
env:
40
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments