From 004108ca8a0de9cc02e90b5c499c5c7a5f540c5b Mon Sep 17 00:00:00 2001 From: Stojan Dimitrovski Date: Thu, 19 Dec 2024 11:21:03 +0100 Subject: [PATCH] ci: publish with provenance --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 35424c0..2efb441 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,6 +10,7 @@ jobs: release_please: runs-on: ubuntu-latest permissions: + id-token: write contents: write pull-requests: write steps: @@ -117,7 +118,7 @@ jobs: echo "Publishing @supabase/ssr now..." - npm publish --tag "$DIST_TAG" + npm publish --provenance --tag "$DIST_TAG" - name: Create GitHub release and branches if: ${{ steps.release.outputs.release_created == 'true' || steps.release.outputs.prs_created == 'true' }}