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 c3f2bf7 commit 4101dd5Copy full SHA for 4101dd5
.github/workflows/release.yml
@@ -146,12 +146,10 @@ jobs:
146
if [ -f "$pkg/package.json" ]; then
147
echo "Publishing $pkg"
148
cd "$pkg"
149
- npm publish --provenance --access public --tag ${{ steps.npm-tag.outputs.tag }} || true
+ npm publish --provenance --access public --tag ${{ steps.npm-tag.outputs.tag }}
150
cd ../..
151
fi
152
done
153
- env:
154
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
155
156
# Publish main package (after native packages)
157
release:
0 commit comments