Re-enable Npm Release in github workflows

This commit is contained in:
PathToLife 2025-05-02 15:04:17 +12:00 committed by GitHub
parent 7c8be12d52
commit c475a24854
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -92,6 +92,5 @@ jobs:
- name: Publish to NPM - name: Publish to NPM
uses: JS-DevTools/npm-publish@v1 uses: JS-DevTools/npm-publish@v1
if: false
with: with:
token: ${{ secrets.NPM_TOKEN }} token: ${{ secrets.NPM_TOKEN }}