Skip to content

Commit 823ab77

Browse files
committed
feat: use NPM OIDC
1 parent c779945 commit 823ab77

3 files changed

Lines changed: 851 additions & 864 deletions

File tree

.github/workflows/push.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,5 @@ jobs:
3737
- name: Release
3838
env:
3939
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
40-
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
4140
NPM_CONFIG_PROVENANCE: true
4241
run: yarn release

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"node-fetch": "^2.7.0",
1919
"prettier": "^2.8.8",
2020
"react-native": "^0.70.0",
21-
"semantic-release": "^24.1.1"
21+
"semantic-release": "^24.2.9"
2222
},
2323
"peerDependencies": {
2424
"react-native": ">=0.40.0",

0 commit comments

Comments
 (0)