From 3f23189bf475ef8947a60fb0c43e92a598560218 Mon Sep 17 00:00:00 2001 From: sbwml <984419930@qq.com> Date: Wed, 15 Mar 2023 17:35:52 +0800 Subject: [PATCH] ci: auto release --- .github/workflows/release-build.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 37a03d7..85f193c 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -1,9 +1,9 @@ name: Build on: - release: - types: - - published + push: + tags: + - v5.** jobs: build: @@ -70,4 +70,5 @@ jobs: token: ${{ secrets.workflow_token }} allowUpdates: true replacesArtifacts: true + prerelease: true artifacts: "bin/packages/${{ matrix.arch }}/packages_ci/*.ipk"