We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90d0444 commit 79311a5Copy full SHA for 79311a5
.changeset/silly-coins-shave.md
@@ -0,0 +1,6 @@
1
+---
2
+'react-native-bottom-tabs': patch
3
+'@bottom-tabs/react-navigation': patch
4
5
+
6
+chore: setup provenance
.github/workflows/release.yml
@@ -9,6 +9,8 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
9
10
jobs:
11
release:
12
+ permissions:
13
+ id-token: write # Required for provenance
14
name: Release
15
runs-on: ubuntu-latest
16
steps:
@@ -31,4 +33,5 @@ jobs:
31
33
title: "chore(release): version packages"
32
34
env:
35
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36
+ NPM_CONFIG_PROVENANCE: true
37
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments