Compare commits

..

1 Commits

Author SHA1 Message Date
xream
e95759f4af ci: git push assets to "release" branch 2024-02-28 23:04:26 +08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -61,7 +61,7 @@ jobs:
./backend/dist/sub-store.bundle.js
- name: Git push assets to "release" branch
run: |
cd backend/dist || exit 1
cd backend || exit 1
git init
git config --local user.name "github-actions[bot]"
git config --local user.email "github-actions[bot]@users.noreply.github.com"

View File

@@ -1,6 +1,6 @@
{
"name": "sub-store",
"version": "2.14.233",
"version": "2.14.232",
"description": "Advanced Subscription Manager for QX, Loon, Surge, Stash and ShadowRocket.",
"main": "src/main.js",
"scripts": {