test
Some checks failed
Deploy Lib / docker (ubuntu-latest, 2.44.0) (push) Failing after 53s

This commit is contained in:
Braydon 2024-04-14 17:21:47 -04:00
parent 92a609ece5
commit 42cfab11f2

@ -41,3 +41,5 @@ jobs:
# Publish to NPM
- name: Publish to NPM
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.PUBLISH_NPM_TOKEN }}