From 428c05e3b1b362973478ae3528d52fe69e843b34 Mon Sep 17 00:00:00 2001 From: Carlos Precioso Date: Thu, 2 Oct 2025 15:53:15 +0200 Subject: [PATCH 1/2] Add note --- .github/workflows/template-release.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/template-release.yml b/.github/workflows/template-release.yml index 546daa90d..b40994187 100644 --- a/.github/workflows/template-release.yml +++ b/.github/workflows/template-release.yml @@ -1,15 +1,15 @@ --- name: Template Release -'on': +"on": push: tags: - - 'wasp-v*-template' + - "wasp-v*-template" workflow_dispatch: inputs: tag: - description: 'Tag to release (e.g., wasp-v0.18-template)' + description: "Tag to release (e.g., wasp-v0.18-template)" required: true permissions: @@ -30,6 +30,7 @@ jobs: ref: ${{ env.tag_name}} - name: Create template archive + # The Wasp CLI expects the template contents to be straight in the root of the archive. working-directory: template run: tar -czf "../$archive_name" . From 87daa0f14551fed5a29c54c90fc97abfe650a901 Mon Sep 17 00:00:00 2001 From: Carlos Precioso Date: Fri, 3 Oct 2025 12:29:01 +0200 Subject: [PATCH 2/2] Update .github/workflows/template-release.yml Co-authored-by: Mihovil Ilakovac --- .github/workflows/template-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/template-release.yml b/.github/workflows/template-release.yml index b40994187..59c1bf3fc 100644 --- a/.github/workflows/template-release.yml +++ b/.github/workflows/template-release.yml @@ -30,7 +30,7 @@ jobs: ref: ${{ env.tag_name}} - name: Create template archive - # The Wasp CLI expects the template contents to be straight in the root of the archive. + # The Wasp CLI expects the template contents to be in the root of the archive. working-directory: template run: tar -czf "../$archive_name" .