diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 92b326c..ebc2119 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -35,6 +35,6 @@ jobs: run: npm run release - name: Publish to npm - run: npm publish --provenance --access public + run: npm publish --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file