Update build.yml
This commit is contained in:
parent
f1bd671696
commit
14acf28192
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -47,6 +47,7 @@ jobs:
|
|||
name: Create tag
|
||||
uses: rickstaa/action-create-tag@v1
|
||||
id: "tag_create"
|
||||
if: ${{ false }}
|
||||
with:
|
||||
tag: "v${{ secrets.MAJOR }}.${{ secrets.MINOR }}"
|
||||
tag_exists_error: false
|
||||
|
|
Loading…
Reference in a new issue