diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6112809..7e6b729 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -47,7 +47,6 @@ jobs: with: node-version: 22 cache: 'pnpm' - registry-url: 'https://registry.npmjs.org' - name: Install dependencies run: pnpm install --frozen-lockfile @@ -91,7 +90,7 @@ jobs: git push origin ${{ steps.version.outputs.version }} - name: Publish to NPM - run: npm publish --access public --tag ${{ steps.version.outputs.tag }} + run: npm publish --access public --tag ${{ steps.version.outputs.tag }} --provenance - name: Create GitHub Release uses: softprops/action-gh-release@v2