Update npm-publish-github-packages.yml

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

View File

@ -17,7 +17,6 @@ jobs:
with:
node-version: '18.x'
registry-url: https://npm.pkg.github.com/
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}