From 8c680aecdfc3755e888db49290f39e05575f3613 Mon Sep 17 00:00:00 2001 From: PeDitX Date: Sat, 23 Nov 2024 18:55:37 +0330 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ce5d728..0d08f85 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,9 +47,9 @@ jobs: id: create_release uses: softprops/action-gh-release@v1 with: - tag_name: v1.0.0 + tag_name: v1.0.4 name: luci-theme-peditx release - ${{env.timestamp}} - body: First release of luci-theme-peditx theme for OpenWrt. + body: latest release of luci-theme-peditx theme for OpenWrt. files: sdk/artifacts/luci-theme-peditx_*.ipk env: GITHUB_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }}