From 9458c40c73e72cf2c61b903a66bbc8e39cdbd98b Mon Sep 17 00:00:00 2001 From: QiuSimons <45143996+QiuSimons@users.noreply.github.com> Date: Mon, 31 May 2021 12:38:17 +0800 Subject: [PATCH] Update X86-OpenWrt.yml --- .github/workflows/X86-OpenWrt.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/X86-OpenWrt.yml b/.github/workflows/X86-OpenWrt.yml index 61be22341..cb44aa15e 100644 --- a/.github/workflows/X86-OpenWrt.yml +++ b/.github/workflows/X86-OpenWrt.yml @@ -136,9 +136,9 @@ jobs: id: create_release uses: ncipollo/release-action@v1.8.0 with: - name: OpenWRT-R2S-R4S-X86-21.02.0-RC1 + name: OpenWRT-R2S-R4S-X86-21.02.0-RC2 allowUpdates: true - tag: 21.02.0-rc1 + tag: 21.02.0-rc2 commit: master replacesArtifacts: true token: ${{ secrets.workflow_token }}