From 05252e73d535b3e26206bf761b00c79882c1d1a3 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sat, 29 Apr 2023 06:13:50 +0200 Subject: [PATCH 1/2] Automatic builds --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8bcddbc..aa895d6 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 }}" - title: "v${{ secrets.MAJOR }}.${{ secrets.MINOR }}" - body: "Release v${{ secrets.MAJOR }}.${{ secrets.MINOR }}" + tag: v${{ secrets.MAJOR }}.${{ secrets.MINOR }} + title: v${{ secrets.MAJOR }}.${{ secrets.MINOR }} + body: Release v${{ secrets.MAJOR }}.${{ secrets.MINOR }} - name: Update minor version uses: hmanzur/actions-set-secret@v2.0.0 From 3671d6f815c6e5d3d16a14cb7c0c76d41bfc3e57 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sat, 29 Apr 2023 06:14:13 +0200 Subject: [PATCH 2/2] Trigger --- run/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/run/install.sh b/run/install.sh index b41dcc1..ce92c86 100644 --- a/run/install.sh +++ b/run/install.sh @@ -28,3 +28,4 @@ fi FILE="$STORAGE/boot.img" mv -f "$TMP" "$FILE" +#Trigger