fix: reuse simple NPM publish
Some checks failed
Publish to NPM / Build and Publish to NPM (push) Failing after 9s

This commit is contained in:
Raul Lugo
2024-12-26 18:12:46 +01:00
parent 56f1fb84f9
commit 9a0fe511a6

View File

@@ -49,7 +49,8 @@ jobs:
# 6. Publish to NPM
- name: Publish to NPM
uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}
package: './dist'
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
cd ${{ env.DIST_FOLDER }}
npm publish --access public