@pikokr/command.ts 5.6.0-dev.2 → 5.6.0-dev.3

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.
@@ -45,5 +45,5 @@ jobs:
45
45
  - name: Semantic release
46
46
  run: pnpm run semantic-release
47
47
  env:
48
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
48
+ GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
49
49
  NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pikokr/command.ts",
3
3
  "description": "Discord.js command framework for typescript.",
4
- "version": "5.6.0-dev.2",
4
+ "version": "5.6.0-dev.3",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "MIT",