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 dbcc0bf commit 686d83fCopy full SHA for 686d83f
.github/workflows/publish-npm.yaml
@@ -51,8 +51,8 @@ jobs:
51
echo "✅ Versions match explicitly: Git tag version and package.json version both are (${{ env.VERSION }})"
52
fi
53
54
-# - name: Publish to npm
55
-# working-directory: ./dist
56
-# env:
57
-# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} # Use npm token from repository secrets
58
-# run: npm publish
+ - name: Publish to npm
+ working-directory: ./dist
+ env:
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} # Use npm token from repository secrets
+ run: npm publish --dry-run
0 commit comments