Update pipelines
All checks were successful
On-Site VTT - Develop / build (push) Successful in 3m19s
All checks were successful
On-Site VTT - Develop / build (push) Successful in 3m19s
This commit is contained in:
@@ -41,10 +41,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
title: dev-${{ steps.date.outputs.date }}
|
title: dev-${{ steps.date.outputs.date }}
|
||||||
tag_name: dev-${{ steps.date.outputs.date }}
|
tag_name: dev-${{ steps.date.outputs.date }}
|
||||||
files:
|
files: |-
|
||||||
- "LICENSE.txt"
|
"LICENSE.txt"
|
||||||
- "README.md"
|
"README.md"
|
||||||
- "on-site-vtt/module.json"
|
"on-site-vtt/module.json"
|
||||||
- "on-site-vtt.zip"
|
"on-site-vtt.zip"
|
||||||
pre_release: true
|
pre_release: true
|
||||||
api_key: "${{secrets.RELEASE_TOKEN}}"
|
api_key: "${{secrets.RELEASE_TOKEN}}"
|
||||||
|
|||||||
@@ -38,10 +38,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
title: dev-${{ steps.date.outputs.date }}
|
title: dev-${{ steps.date.outputs.date }}
|
||||||
tag_name: dev-${{ steps.date.outputs.date }}
|
tag_name: dev-${{ steps.date.outputs.date }}
|
||||||
files:
|
files: |-
|
||||||
- "LICENSE.txt"
|
"LICENSE.txt"
|
||||||
- "README.md"
|
"README.md"
|
||||||
- "on-site-vtt/module.json"
|
"on-site-vtt/module.json"
|
||||||
- "on-site-vtt.zip"
|
"on-site-vtt.zip"
|
||||||
pre_release: true
|
pre_release: true
|
||||||
api_key: "${{secrets.RELEASE_TOKEN}}"
|
api_key: "${{secrets.RELEASE_TOKEN}}"
|
||||||
|
|||||||
Reference in New Issue
Block a user