From 41d2925b973c5b371b51387e00117add3709d0f7 Mon Sep 17 00:00:00 2001 From: pandeymangg Date: Mon, 27 Apr 2026 18:25:23 +0530 Subject: [PATCH] fixes workflow --- .github/workflows/release.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d7f7a2b..4f9cb5c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,7 +1,7 @@ name: Release JS SDK permissions: - id-token: write # Required for npm provenance + id-token: write # Required for OIDC contents: read on: @@ -52,6 +52,4 @@ jobs: - name: Publish to npm run: | cd packages/js - npm publish --access public --provenance - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} + npm publish --access public