From 2cf9160aadf557d0028b63e771f9b1260c923e76 Mon Sep 17 00:00:00 2001 From: Sasha <118575614+weboko@users.noreply.github.com> Date: Mon, 6 Mar 2023 20:56:41 +0100 Subject: [PATCH] chore: make latest tag default for publishing (#216) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 98ced63..eb8c798 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,5 +74,5 @@ jobs: run: echo "//registry.npmjs.org/:_authToken=${{ secrets.WAKU_CREATE_APP_PUBLISH }}" > ./.npmrc working-directory: "create-waku-app" - - run: npm publish --tag next --access public + - run: npm publish --tag latest --access public working-directory: "create-waku-app"