Fix publish auth err?
Some checks failed
Deploy Lib / docker (ubuntu-latest, 2.44.0) (push) Has been cancelled

This commit is contained in:
Braydon 2024-04-14 16:42:43 -04:00
parent 7ebeb39cc3
commit 13d0a344b9

@ -36,6 +36,6 @@ jobs:
# Publish to NPM
- name: Publish to NPM
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}