diff --git a/.github/workflows/R2S-OpenWrt.yml b/.github/workflows/R2S-OpenWrt.yml index a1984f92b..1daa72210 100644 --- a/.github/workflows/R2S-OpenWrt.yml +++ b/.github/workflows/R2S-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 }}