Update .github/workflows/build.yaml
All checks were successful
Build / Build NPM Project (push) Successful in 44s
Build / Tag Version (push) Successful in 6s
Build / Publish (push) Successful in 12s

This commit is contained in:
Zakary Timson 2024-01-07 21:58:24 +00:00
parent a567e3782c
commit 901bdff0a5

View File

@ -82,5 +82,5 @@ jobs:
uses: ztimson/actions/npm/publish@develop
with:
owner: ztimson
registry: https://registry.npmjs.org
registry: https://registry.npmjs.org/
token: ${{secrets.NPM_TOKEN}}