Automatic releases
Automatic releases
This commit is contained in:
commit
4a6b69731e
1 changed files with 1 additions and 3 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -8,8 +8,6 @@ on:
|
||||||
- '**/*.md'
|
- '**/*.md'
|
||||||
- '.gitignore'
|
- '.gitignore'
|
||||||
- '.dockerignore'
|
- '.dockerignore'
|
||||||
- '.github/**'
|
|
||||||
- '.github/workflows/**'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
shellcheck:
|
shellcheck:
|
||||||
|
@ -74,7 +72,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.MINOR }}"
|
||||||
xbody: "Release v${{ secrets.MAJOR }}.${{ secrets.MINOR }}"
|
xbody: "Release v${{ secrets.MAJOR }}.${{ secrets.MINOR }}"
|
||||||
|
|
||||||
bump:
|
bump:
|
||||||
|
|
Loading…
Reference in a new issue