fix publish workflow

This commit is contained in:
Daniel Regeci
2024-09-02 08:31:48 -03:00
parent fd989b9182
commit 5d99f2a9f2

View File

@@ -15,6 +15,7 @@ jobs:
with:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}