Automatic releases
This commit is contained in:
parent
e037bff62c
commit
55c64775a1
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -74,7 +74,8 @@ jobs:
|
||||||
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: "Release v${{ secrets.MAJOR }}.${{ secrets.MINOR }}"
|
title: "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
|
||||||
|
|
Loading…
Reference in a new issue