Update build.yml
This commit is contained in:
parent
0463025e0b
commit
57883a4531
1 changed files with 0 additions and 1 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -69,7 +69,6 @@ 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
|
||||||
|
|
Loading…
Reference in a new issue