From 0824345f0edf1eac4ab680987a2a1a6438ae720a Mon Sep 17 00:00:00 2001 From: Sasha <118575614+weboko@users.noreply.github.com> Date: Thu, 23 Mar 2023 14:27:26 +0100 Subject: [PATCH] chore: make latest default tag for publishing (#1260) --- .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 bbba8d3e8f..587ebcf15a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -231,7 +231,7 @@ jobs: - run: npm run build if: ${{ steps.release.outputs.releases_created }} - - run: npm publish --workspaces --next --access public + - run: npm publish --workspaces --tag latest --access public if: ${{ steps.release.outputs.releases_created }} env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}