Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Jun 3, 2024
1 parent 9ebba5d commit 64c2320
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 15 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
run: gh release create ${{ steps.version.outputs.tag }} --title ${{ steps.version.outputs.tag }}

- name: Build
if: ${{ steps.version.outputs.tag }}
run: gh workflow run build --ref ${{ steps.version.outputs.tag }}

- name: Publish
if: ${{ steps.version.outputs.tag }}
run: gh workflow run npm --ref ${{ steps.version.outputs.tag }}
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,24 +35,24 @@
"yml-register": "^1.2.5"
},
"dependencies": {
"@cordisjs/plugin-hmr": "^0.2.2",
"@cordisjs/plugin-http": "^0.5.1",
"@cordisjs/plugin-manager": "^0.1.1",
"@cordisjs/plugin-notifier": "^0.1.1",
"@cordisjs/plugin-proxy-agent": "^0.3.0",
"@cordisjs/plugin-server": "^0.2.2",
"@cordisjs/plugin-webui": "^0.1.4",
"@satorijs/adapter-discord": "^4.5.1",
"@satorijs/adapter-kook": "^4.6.1",
"@satorijs/adapter-qq": "^4.7.0",
"@cordisjs/plugin-hmr": "^0.2.3",
"@cordisjs/plugin-http": "^0.5.2",
"@cordisjs/plugin-manager": "^0.3.0",
"@cordisjs/plugin-notifier": "^0.1.2",
"@cordisjs/plugin-proxy-agent": "^0.3.2",
"@cordisjs/plugin-server": "^0.2.3",
"@cordisjs/plugin-webui": "^0.1.7",
"@satorijs/adapter-discord": "^4.5.4",
"@satorijs/adapter-kook": "^4.6.4",
"@satorijs/adapter-qq": "^4.7.2",
"@satorijs/adapter-satori": "^1.3.0",
"@satorijs/adapter-telegram": "^4.5.0",
"@satorijs/core": "^4.1.0",
"@satorijs/adapter-telegram": "^4.5.4",
"@satorijs/core": "^4.1.1",
"@satorijs/plugin-chat": "^0.1.3",
"@satorijs/plugin-database": "^0.1.1",
"@satorijs/plugin-server": "^2.6.3",
"@satorijs/plugin-server": "^2.6.5",
"@satorijs/plugin-status": "^0.1.5",
"cordis": "^3.15.3",
"minato": "^3.3.0"
"cordis": "^3.16.1",
"minato": "^3.4.0"
}
}

0 comments on commit 64c2320

Please sign in to comment.