From e43db5f0b49a08b2df58a5ebceb37c8d1e674d74 Mon Sep 17 00:00:00 2001 From: Stephan Ewen Date: Mon, 14 Aug 2023 01:13:41 +0200 Subject: [PATCH] Update release workflow to build both templates for validation. --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4b39f46..b3fa644 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,7 +20,7 @@ jobs: # we build the archive before running the template test build, to avoid packaging build artifacts - run: npm run build # when verifying the template, we need access to the private Restate TypeScript/Node SDK package - - run: npm run build-template + - run: npm run build-templates env: NODE_AUTH_TOKEN: ${{ secrets.GH_PACKAGE_READ_ACCESS }} - run: npm publish