@norcy/react-native-toolkit 0.1.136 → 0.1.137

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11,6 +11,8 @@ jobs:
11
11
  - uses: actions/checkout@v4
12
12
  with:
13
13
  fetch-depth: 0
14
+ # 添加 token 权限
15
+ token: ${{ secrets.GITHUB_TOKEN }}
14
16
 
15
17
  - uses: actions/setup-node@v4
16
18
  with:
@@ -26,4 +28,5 @@ jobs:
26
28
  git push origin master --follow-tags
27
29
  env:
28
30
  NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
31
+ # 确保使用 checkout 步骤配置的 token
29
32
  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@norcy/react-native-toolkit",
3
- "version": "0.1.136",
3
+ "version": "0.1.137",
4
4
  "description": "My Toolkit",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",