From 1b9476e7e41e39d0575edc461b62ca10c338f572 Mon Sep 17 00:00:00 2001 From: wdssmq Date: Fri, 2 Sep 2022 19:38:12 +0800 Subject: [PATCH] base. git CI --- .github/workflows/Release.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 944dc58..581e32b 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -1,18 +1,16 @@ name: Release on: push: - # Sequence of patterns matched against refs/tags tags: - - "v-*" # Push events to matching v*, i.e. v1.0, v21.15.10 + - "v-*" jobs: - build: - name: Create Release + def: runs-on: ubuntu-latest env: ZIP_NAME: zbp_markup if: startsWith(github.ref, 'refs/tags/v-') steps: - - name: Checkout code # Checkout + - name: Checkout code uses: actions/checkout@v2 - name: Install vite run: npm i