From 08922b9aba330861788d37c52ae7e80e6d039227 Mon Sep 17 00:00:00 2001 From: pexcn Date: Sat, 29 Jan 2022 03:23:59 +0800 Subject: [PATCH] release tag set to openwrt-21.02 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ee205db..af4c7dd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -56,7 +56,7 @@ jobs: if: github.event_name == 'push' uses: ncipollo/release-action@v1 with: - tag: openwrt-19.07 + tag: openwrt-21.02 allowUpdates: true artifacts: ${{ matrix.ARCH }}.tar.gz token: ${{ secrets.GITHUB_TOKEN }}