Compare commits

..

1 Commits

Author SHA1 Message Date
xream
fd0cbfa965 ci: git push assets to "release" branch 2024-02-28 22:56:21 +08:00
2 changed files with 1 additions and 3 deletions

View File

@@ -63,8 +63,6 @@ jobs:
run: |
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"
git checkout -b release
git add .
git commit -m "release: ${{ steps.tag.outputs.release_tag }}"

View File

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