Ensure public access
Some checks failed
Deploy Lib / docker (ubuntu-latest, 2.44.0) (push) Failing after 47s

This commit is contained in:
Braydon 2024-04-14 16:57:29 -04:00
parent 549bbc864e
commit d1b33d3d6e

@ -38,6 +38,6 @@ jobs:
# Publish to NPM
- name: Publish to NPM
run: npm publish
run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}