Skip to content

Commit

Permalink
let's try publishing from a temp dir to see if maybe the workspace is…
Browse files Browse the repository at this point in the history
… confusing `npm publish`?
  • Loading branch information
dherman committed Mar 4, 2024
1 parent 95488ad commit 6fcb17f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,11 @@ jobs:
cat ./package/package.json
cd ..
rm -rf tmp-unpack
mv $p /tmp
pushd /tmp
npm publish --access public ./$p
popd
echo "NEEEEEXT"
done
working-directory: ./pkgs/cargo-messages/dist
- name: Build (@neon-rs/load)
Expand Down

0 comments on commit 6fcb17f

Please sign in to comment.