diff --git a/.changeset/silly-coins-shave.md b/.changeset/silly-coins-shave.md new file mode 100644 index 00000000..72e95804 --- /dev/null +++ b/.changeset/silly-coins-shave.md @@ -0,0 +1,6 @@ +--- +'react-native-bottom-tabs': patch +'@bottom-tabs/react-navigation': patch +--- + +chore: setup provenance diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9c90bd94..a7f06ded 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,6 +9,8 @@ concurrency: ${{ github.workflow }}-${{ github.ref }} jobs: release: + permissions: + id-token: write # Required for provenance name: Release runs-on: ubuntu-latest steps: @@ -31,4 +33,5 @@ jobs: title: "chore(release): version packages" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + NPM_CONFIG_PROVENANCE: true NPM_TOKEN: ${{ secrets.NPM_TOKEN }}