Skip to content

Commit f0953b8

Browse files
authored
fix: install b4 publish inside docker container (#53)
fix #50
1 parent ce57511 commit f0953b8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/actions/publish/entrypoint.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ if [[ "$CURRENT" != "$LATEST" ]]; then
5353
# Set sensible commit info
5454
git config --global user.name "${GITHUB_ACTOR}"
5555
git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
56-
56+
57+
58+
npm install
5759
npm version $LATEST
5860
npm publish --access public --tag $NPM_DIST_TAG
5961
echo "📦 Published $LATEST to npm as go-ipfs@$NPM_DIST_TAG"

0 commit comments

Comments
 (0)