We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d04d53 commit 0ebee55Copy full SHA for 0ebee55
.github/workflows/template-release.yml
@@ -1,15 +1,15 @@
1
---
2
name: Template Release
3
4
-'on':
+"on":
5
push:
6
tags:
7
- - 'wasp-v*-template'
+ - "wasp-v*-template"
8
9
workflow_dispatch:
10
inputs:
11
tag:
12
- description: 'Tag to release (e.g., wasp-v0.18-template)'
+ description: "Tag to release (e.g., wasp-v0.18-template)"
13
required: true
14
15
permissions:
@@ -30,6 +30,7 @@ jobs:
30
ref: ${{ env.tag_name}}
31
32
- name: Create template archive
33
+ # The Wasp CLI expects the template contents to be in the root of the archive.
34
working-directory: template
35
run: tar -czf "../$archive_name" .
36
0 commit comments