Build
This commit is contained in:
parent
7545363434
commit
dc0b8bb7d4
1 changed files with 3 additions and 2 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -69,11 +69,12 @@ jobs:
|
||||||
name: Create tag
|
name: Create tag
|
||||||
uses: rickstaa/action-create-tag@v1
|
uses: rickstaa/action-create-tag@v1
|
||||||
id: "tag_create"
|
id: "tag_create"
|
||||||
|
if: ${{ false }}
|
||||||
with:
|
with:
|
||||||
tag: "v${{ secrets.MAJOR }}.${{ secrets.MINOR }}"
|
tag: "v${{ secrets.MAJOR }}.${{ secrets.MINOR }}"
|
||||||
tag_exists_error: false
|
tag_exists_error: false
|
||||||
message: "Release v${{ secrets.MAJOR }}.${{ secrets.MINOR }}"
|
message: "Release v${{ secrets.MAJOR }}.${{ secrets.MINOR }}"
|
||||||
github_token: ${{ secrets.REPO_ACCESS_TOKEN }}
|
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
|
||||||
|
@ -81,7 +82,7 @@ jobs:
|
||||||
name: 'MINOR'
|
name: 'MINOR'
|
||||||
value: $((${{ secrets.MINOR }}+1))
|
value: $((${{ secrets.MINOR }}+1))
|
||||||
repository: ${{ github.repository }}
|
repository: ${{ github.repository }}
|
||||||
token: ${{ secrets.REPO_ACCESS_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
mirror:
|
mirror:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue