Update npm-publish.yml

This commit is contained in:
Adam Matthiesen 2024-01-16 00:23:10 -08:00 committed by GitHub
parent 0b195c4617
commit 010e245706
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ jobs:
with:
node-version: '18.x'
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}