cmyr-template-cli 1.32.1 → 1.32.2

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.32.1",
3
+ "version": "1.32.2",
4
4
  "description": "草梅友仁自制的项目模板创建器",
5
5
  "author": "CaoMeiYouRen",
6
6
  "license": "MIT",
@@ -45,8 +45,8 @@ jobs:
45
45
  - run: pnpm i --frozen-lockfile
46
46
  - run: pnpm run lint
47
47
  - run: pnpm run build
48
- - env:
49
- # GH_TOKEN: ${{ secrets.GH_TOKEN }}
50
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51
- # NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
52
- run: pnpm run release
48
+ # - env:
49
+ # # GH_TOKEN: ${{ secrets.GH_TOKEN }}
50
+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51
+ # # NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
52
+ # run: pnpm run release