Automatic releases
This commit is contained in:
parent
b14f0cd102
commit
a079be4292
1 changed files with 6 additions and 8 deletions
14
.github/workflows/build.yml
vendored
14
.github/workflows/build.yml
vendored
|
@ -66,15 +66,13 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
-
|
-
|
||||||
name: Create tag
|
name: Create a Release
|
||||||
uses: rickstaa/action-create-tag@v1
|
uses: elgohr/Github-Release-Action@v4
|
||||||
id: "tag_create"
|
env:
|
||||||
if: ${{ false }}
|
GITHUB_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
|
||||||
with:
|
with:
|
||||||
tag: "v${{ secrets.MAJOR }}.${{ secrets.MINOR }}"
|
args: "${{ secrets.MAJOR }}.${{ secrets.MINOR }}"
|
||||||
tag_exists_error: false
|
title: Release v${{ secrets.MAJOR }}.${{ secrets.MINOR }}
|
||||||
message: "Release v${{ secrets.MAJOR }}.${{ secrets.MINOR }}"
|
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
-
|
-
|
||||||
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