Automatic builds

This commit is contained in:
Kroese 2023-04-29 06:13:50 +02:00 committed by GitHub
parent 66fea625de
commit 05252e73d5

View file

@ -73,9 +73,9 @@ jobs:
env: env:
GITHUB_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }} GITHUB_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
with: with:
tag: "v${{ secrets.MAJOR }}.${{ secrets.MINOR }}" tag: v${{ secrets.MAJOR }}.${{ secrets.MINOR }}
title: "v${{ secrets.MAJOR }}.${{ secrets.MINOR }}" title: v${{ secrets.MAJOR }}.${{ secrets.MINOR }}
body: "Release v${{ secrets.MAJOR }}.${{ secrets.MINOR }}" body: Release v${{ secrets.MAJOR }}.${{ secrets.MINOR }}
- -
name: Update minor version name: Update minor version
uses: hmanzur/actions-set-secret@v2.0.0 uses: hmanzur/actions-set-secret@v2.0.0