From 0e7d372e89ebe6f63f05d3ebf141fef033453d58 Mon Sep 17 00:00:00 2001 From: zhengqiakai Date: Fri, 20 Oct 2023 10:30:42 +0000 Subject: [PATCH] ... --- .github/workflows/fabu-lang.yml | 4 ++-- .github/workflows/fabu-pages.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/fabu-lang.yml b/.github/workflows/fabu-lang.yml index b67ee3c..225763a 100644 --- a/.github/workflows/fabu-lang.yml +++ b/.github/workflows/fabu-lang.yml @@ -1,4 +1,4 @@ -name: fabu-lang-release +name: fabu-lang on: workflow_dispatch: # schedule: @@ -22,5 +22,5 @@ jobs: uses: x-cmd/action@main with: code: | - x ws fabu-lang-release || return + x ws fabu-lang || return diff --git a/.github/workflows/fabu-pages.yml b/.github/workflows/fabu-pages.yml index 9abb69b..a1e17af 100644 --- a/.github/workflows/fabu-pages.yml +++ b/.github/workflows/fabu-pages.yml @@ -1,4 +1,4 @@ -name: fabu-lang-release +name: fabu-pages on: workflow_dispatch: # schedule: @@ -22,5 +22,5 @@ jobs: uses: x-cmd/action@main with: code: | - x ws fabu-pages || return + x ws fabu-pages v2.0|| return