Skip to content

Commit

Permalink
ci: publish with provenance
Browse files Browse the repository at this point in the history
  • Loading branch information
hf committed Dec 19, 2024
1 parent f271acc commit 004108c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
release_please:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: write
pull-requests: write
steps:
Expand Down Expand Up @@ -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' }}
Expand Down

0 comments on commit 004108c

Please sign in to comment.