diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 35de3ad..02d0065 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -182,7 +182,7 @@ jobs: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} run: | echo "📤 Publishing ${{ matrix.package.name }}@${{ matrix.package.version }}" - npm publish --access public --provenance + npm publish --access public - name: 🏷️ Create git tag run: |