Update build.yml

This commit is contained in:
Kroese 2023-04-29 06:35:19 +02:00 committed by GitHub
parent 34a4bb53f9
commit f1356f4161

View file

@ -73,9 +73,14 @@ jobs:
env: env:
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 }}"
bump:
needs: release
runs-on: ubuntu-latest
steps:
- -
name: Update minor version name: Update minor version
uses: hmanzur/actions-set-secret@v2.0.0 uses: hmanzur/actions-set-secret@v2.0.0