Skip to content

Commit

Permalink
fix: install b4 publish inside docker container (#53)
Browse files Browse the repository at this point in the history
fix #50
  • Loading branch information
SgtPooki authored Oct 14, 2022
1 parent ce57511 commit f0953b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/publish/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ if [[ "$CURRENT" != "$LATEST" ]]; then
# Set sensible commit info
git config --global user.name "${GITHUB_ACTOR}"
git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"



npm install
npm version $LATEST
npm publish --access public --tag $NPM_DIST_TAG
echo "📦 Published $LATEST to npm as go-ipfs@$NPM_DIST_TAG"
Expand Down

0 comments on commit f0953b8

Please sign in to comment.