Skip to content

Commit

Permalink
feat: enable npm provenance (react-native-maps#4686)
Browse files Browse the repository at this point in the history
  • Loading branch information
monholm committed Apr 20, 2023
1 parent 8172927 commit 3498c3f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,13 @@ jobs:
- name: Build
run: yarn build

# Latest version of npm needed for provenance
- name: Install latest npm
run: npm install -g npm@latest

- name: Release
env:
GITHUB_TOKEN: ${{secrets.CI_GITHUB_TOKEN}}
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
NPM_CONFIG_PROVENANCE: true
run: yarn release

0 comments on commit 3498c3f

Please sign in to comment.