mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-17 15:25:08 +08:00
fix: version
This commit is contained in:
4
.github/workflows/build_release.yml
vendored
4
.github/workflows/build_release.yml
vendored
@@ -27,6 +27,9 @@ jobs:
|
||||
version=$(node -e "import('@gkd-kit/tools').then((m) => m.stdoutGkdVersion());")
|
||||
echo "version=${version}" >> "$GITHUB_OUTPUT"
|
||||
|
||||
- id: update_pkg_version
|
||||
run: node -e "import('@gkd-kit/tools').then((m) => m.updatePkgVersion());"
|
||||
|
||||
- name: Git commit
|
||||
id: commit
|
||||
run: |
|
||||
@@ -74,7 +77,6 @@ jobs:
|
||||
if: ${{ steps.commit.outcome == 'success' && env.NPM_TOKEN != '' }}
|
||||
run: |
|
||||
pnpm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }}
|
||||
node -e "import('@gkd-kit/tools').then((m) => m.updatePkgVersion());"
|
||||
pnpm publish --no-git-checks
|
||||
node -e "import('@gkd-kit/tools').then((m) => m.syncNpmmirror());"
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@aisouler/gkd_subscription",
|
||||
"version": "1.64.0",
|
||||
"version": "1.65.0",
|
||||
"type": "module",
|
||||
"gkd": {
|
||||
"outDir": "dist",
|
||||
|
||||
Reference in New Issue
Block a user