Skip to content

Commit 0ebee55

Browse files
cpreciosoinfomiho
andauthored
Add note about template requirements (#528)
Co-authored-by: Mihovil Ilakovac <[email protected]>
1 parent 1d04d53 commit 0ebee55

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/template-release.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
name: Template Release
33

4-
'on':
4+
"on":
55
push:
66
tags:
7-
- 'wasp-v*-template'
7+
- "wasp-v*-template"
88

99
workflow_dispatch:
1010
inputs:
1111
tag:
12-
description: 'Tag to release (e.g., wasp-v0.18-template)'
12+
description: "Tag to release (e.g., wasp-v0.18-template)"
1313
required: true
1414

1515
permissions:
@@ -30,6 +30,7 @@ jobs:
3030
ref: ${{ env.tag_name}}
3131

3232
- name: Create template archive
33+
# The Wasp CLI expects the template contents to be in the root of the archive.
3334
working-directory: template
3435
run: tar -czf "../$archive_name" .
3536

0 commit comments

Comments
 (0)