Automatic releases
Automatic releases
This commit is contained in:
commit
bbfa83d81e
2 changed files with 7 additions and 3 deletions
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
|
@ -73,9 +73,14 @@ jobs:
|
|||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
|
||||
with:
|
||||
xtag: v${{ secrets.MAJOR }}.${{ secrets.MINOR }}
|
||||
xtag: "v${{ secrets.MAJOR }}.${{ secrets.MINOR }}"
|
||||
title: "v${{ secrets.MAJOR }}.${{ secrets.MINOR }}"
|
||||
xbody: Release v${{ secrets.MAJOR }}.${{ secrets.MINOR }}
|
||||
xbody: "Release v${{ secrets.MAJOR }}.${{ secrets.MINOR }}"
|
||||
|
||||
bump:
|
||||
needs: release
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
-
|
||||
name: Update minor version
|
||||
uses: hmanzur/actions-set-secret@v2.0.0
|
||||
|
|
|
@ -28,4 +28,3 @@ fi
|
|||
FILE="$STORAGE/boot.img"
|
||||
|
||||
mv -f "$TMP" "$FILE"
|
||||
#Trigger
|
||||
|
|
Loading…
Reference in a new issue