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 }}