From 725ce888052699eb98857bb49238a41d96ff0b7b Mon Sep 17 00:00:00 2001 From: QiuSimons <45143996+QiuSimons@users.noreply.github.com> Date: Tue, 15 Jun 2021 10:34:46 +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 cb44aa15e..663d664c7 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-RC2 + name: OpenWRT-R2S-R4S-X86-21.02.0-RC3 allowUpdates: true - tag: 21.02.0-rc2 + tag: 21.02.0-rc3 commit: master replacesArtifacts: true token: ${{ secrets.workflow_token }}