From d232eb55718d774efe6fdb4b16bb783a40e286c1 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sat, 29 Apr 2023 06:20:11 +0200 Subject: [PATCH 1/2] 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 aa895d6..7cf764e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -73,9 +73,9 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }} with: - tag: v${{ secrets.MAJOR }}.${{ secrets.MINOR }} + xtag: v${{ secrets.MAJOR }}.${{ secrets.MINOR }} title: v${{ secrets.MAJOR }}.${{ secrets.MINOR }} - body: Release v${{ secrets.MAJOR }}.${{ secrets.MINOR }} + xbody: Release v${{ secrets.MAJOR }}.${{ secrets.MINOR }} - name: Update minor version uses: hmanzur/actions-set-secret@v2.0.0 From a8fc7ba284acebdd53efadba2d2d5cb1587de1b1 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sat, 29 Apr 2023 06:20:37 +0200 Subject: [PATCH 2/2] Trigger --- run/install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/run/install.sh b/run/install.sh index ce92c86..b41dcc1 100644 --- a/run/install.sh +++ b/run/install.sh @@ -28,4 +28,3 @@ fi FILE="$STORAGE/boot.img" mv -f "$TMP" "$FILE" -#Trigger