Automatic releases
Automatic releases
This commit is contained in:
commit
a403bce930
2 changed files with 2 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
|
@ -28,3 +28,4 @@ fi
|
|||
FILE="$STORAGE/boot.img"
|
||||
|
||||
mv -f "$TMP" "$FILE"
|
||||
#Trigger
|
||||
|
|
Loading…
Reference in a new issue