From 8376e2160fdb67e6616583fe032e860ab89f89e4 Mon Sep 17 00:00:00 2001 From: Leonardo de Jesus Diz Conde Date: Wed, 11 Oct 2023 14:42:36 -0300 Subject: [PATCH] Fully implement WcSdk e2e tests (finish the connection and use every command expecing the responses) --- .github/workflows/npm-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 71d1264..4bb0afa 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -36,7 +36,7 @@ jobs: run: rush update - name: Build BaseUrl run: rush rebuild - - name: Publish BaseUrl + - name: Publish Projects run: rush publish --apply --target-branch main --publish --npm-auth-token ${{ secrets.NPM_TOKEN }} --add-commit-details --include-all - name: Merge Docs run: rush docs