Update pipelines
All checks were successful
On-Site VTT - Develop / build (push) Successful in 3m19s

This commit is contained in:
Alexander
2023-12-11 13:52:23 +01:00
parent 402c6da5df
commit a8d01fd9bf
2 changed files with 10 additions and 10 deletions

View File

@@ -41,10 +41,10 @@ jobs:
with:
title: dev-${{ steps.date.outputs.date }}
tag_name: dev-${{ steps.date.outputs.date }}
files:
- "LICENSE.txt"
- "README.md"
- "on-site-vtt/module.json"
- "on-site-vtt.zip"
files: |-
"LICENSE.txt"
"README.md"
"on-site-vtt/module.json"
"on-site-vtt.zip"
pre_release: true
api_key: "${{secrets.RELEASE_TOKEN}}"

View File

@@ -38,10 +38,10 @@ jobs:
with:
title: dev-${{ steps.date.outputs.date }}
tag_name: dev-${{ steps.date.outputs.date }}
files:
- "LICENSE.txt"
- "README.md"
- "on-site-vtt/module.json"
- "on-site-vtt.zip"
files: |-
"LICENSE.txt"
"README.md"
"on-site-vtt/module.json"
"on-site-vtt.zip"
pre_release: true
api_key: "${{secrets.RELEASE_TOKEN}}"