From be1bdb9d8276c49ffce4ecd26a2419f3269404aa Mon Sep 17 00:00:00 2001 From: johngrantuk Date: Fri, 5 Jun 2026 11:37:12 +0100 Subject: [PATCH] Publish config. --- .github/workflows/release.yml | 3 +-- package.json | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index adf7be62..dea540e4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,7 +5,7 @@ on: workflow_dispatch: permissions: - id-token: write # Required for OIDC + id-token: write # Required for provenance attestations contents: write # Required for pushing git tags pull-requests: write # Required for changesets to create PRs @@ -33,4 +33,3 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} NPM_CONFIG_PROVENANCE: true - diff --git a/package.json b/package.json index b6b9d363..c4194393 100644 --- a/package.json +++ b/package.json @@ -7,8 +7,7 @@ "url": "https://github.com/balancer/b-sdk" }, "publishConfig": { - "access": "public", - "provenance": true + "access": "public" }, "version": "6.0.0", "main": "dist/index.js",