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 # 6. Publish to NPM
- name: Publish to NPM - name: Publish to NPM
uses: JS-DevTools/npm-publish@v1 env:
with: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
token: ${{ secrets.NPM_TOKEN }} run: |
package: './dist' cd ${{ env.DIST_FOLDER }}
npm publish --access public