diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7cf764e..9ce22ce 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -74,7 +74,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }} with: xtag: v${{ secrets.MAJOR }}.${{ secrets.MINOR }} - title: v${{ secrets.MAJOR }}.${{ secrets.MINOR }} + title: "v${{ secrets.MAJOR }}.${{ secrets.MINOR }}" xbody: Release v${{ secrets.MAJOR }}.${{ secrets.MINOR }} - name: Update minor version 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