Automatic releases

Automatic releases
This commit is contained in:
Kroese 2023-04-29 06:26:22 +02:00 committed by GitHub
commit a403bce930
2 changed files with 2 additions and 1 deletions

View file

@ -74,7 +74,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }} GITHUB_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
with: with:
xtag: v${{ secrets.MAJOR }}.${{ secrets.MINOR }} 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 }} xbody: Release v${{ secrets.MAJOR }}.${{ secrets.MINOR }}
- -
name: Update minor version name: Update minor version

View file

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