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 ce57511 commit f0953b8Copy full SHA for f0953b8
.github/actions/publish/entrypoint.sh
@@ -53,7 +53,9 @@ if [[ "$CURRENT" != "$LATEST" ]]; then
53
# Set sensible commit info
54
git config --global user.name "${GITHUB_ACTOR}"
55
git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
56
-
+
57
58
+ npm install
59
npm version $LATEST
60
npm publish --access public --tag $NPM_DIST_TAG
61
echo "📦 Published $LATEST to npm as go-ipfs@$NPM_DIST_TAG"
0 commit comments