Trigger
This commit is contained in:
Kroese 2023-04-29 06:14:37 +02:00 committed by GitHub
commit 1775c66330
2 changed files with 4 additions and 3 deletions

View file

@ -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

View file

@ -28,3 +28,4 @@ fi
FILE="$STORAGE/boot.img"
mv -f "$TMP" "$FILE"
#Trigger