mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-06 03:13:44 +08:00
chore: remove old updater CI
This commit is contained in:
parent
bd39e98c66
commit
568218204a
25
.github/workflows/updater.yml
vendored
25
.github/workflows/updater.yml
vendored
@ -1,25 +0,0 @@
|
|||||||
name: Updater CI
|
|
||||||
|
|
||||||
on: workflow_dispatch
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
release-update:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
if: startsWith(github.repository, 'wonfen')
|
|
||||||
steps:
|
|
||||||
- name: Checkout repository
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Install Node
|
|
||||||
uses: actions/setup-node@v4
|
|
||||||
with:
|
|
||||||
node-version: "16"
|
|
||||||
cache: "yarn"
|
|
||||||
|
|
||||||
- name: Yarn install
|
|
||||||
run: yarn install --network-timeout 1000000 --frozen-lockfile
|
|
||||||
|
|
||||||
- name: Release updater file
|
|
||||||
run: yarn run updater
|
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
Loading…
x
Reference in New Issue
Block a user