cmyr-template-cli 1.41.6 → 1.41.7

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cmyr-template-cli",
3
- "version": "1.41.6",
3
+ "version": "1.41.7",
4
4
  "description": "草梅友仁自制的项目模板创建器",
5
5
  "author": "CaoMeiYouRen",
6
6
  "license": "MIT",
@@ -95,5 +95,11 @@
95
95
  },
96
96
  "bugs": {
97
97
  "url": "https://github.com/CaoMeiYouRen/cmyr-template-cli/issues"
98
+ },
99
+ "pnpm": {
100
+ "overrides": {
101
+ "@semantic-release/github": "^12.0.0",
102
+ "@semantic-release/npm": "^13.1.0"
103
+ }
98
104
  }
99
105
  }
@@ -13,6 +13,7 @@ jobs:
13
13
  runs-on: ubuntu-latest
14
14
  timeout-minutes: 30
15
15
  permissions:
16
+ id-token: write # Required for OIDC
16
17
  packages: write
17
18
  contents: write
18
19
  issues: write
@@ -34,7 +35,5 @@ jobs:
34
35
  - run: pnpm run lint
35
36
  - run: pnpm run build
36
37
  # - env:
37
- # # GH_TOKEN: ${{ secrets.GH_TOKEN }}
38
38
  # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39
- # # NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
40
39
  # run: pnpm run release